COLOR #B299BB

HEX: #B299BB RGB: (178,153,187)

Color info

#B299BB contains red, green and blue colors in about the same proportion. Web safe color of #B299BB is #9999CC (or #99C).

RGB color model

#B299BB color RGB value is (178,153,187).

RGB: (178,153,187) (70%, 60%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 187 of 255 = 73%

178
153
187

R + G + B ~ 68%. #B299BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 153 + 187 = 518 (100%)
R 178 of 518 ~ 34.36%
G 153 of 518 ~ 29.54%
B 187 of 518 ~ 36.1'%

%34.36
%29.54
%36.1

CMYK color model

#B299BB color CMYK value is (5,18,0,27).

  • cyan value is 4.81%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (5,18,0,27)
C5M18Y0K27 (5%, 18%, 0%, 27%)
(0.05 / 0.18 / 0.00 / 0.27)

CMYK percentages

%4.81
%18.18
%0
%26.67

Codes

Color #B299BB in popluar color models

B2 99 BB
RGB 178 153 187
HSL 284° 20.00% 66.67%
HSB/HSV 284° 18.18% 73.33%
CMYK 4.81% 18.18% 0.00%
26.67%

Color #B299BB in popluar number systems.

HEX B2 99 BB
Decimal 178 153 187
Binary 10110010 10011001 10111011
Octal 262 231 273

Shades and tints

Shades of #B299BB

#B299BB
(178,153,187)
#A28CAA
(162,140,170)
#927F99
(146,127,153)
#827288
(130,114,136)
#726577
(114,101,119)
#625866
(98,88,102)
#524B55
(82,75,85)
#423E44
(66,62,68)
#323133
(50,49,51)
#222422
(34,36,34)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #B299BB

#B299BB
(178,153,187)
#B9A2C1
(185,162,193)
#C0ABC7
(192,171,199)
#C7B4CD
(199,180,205)
#CEBDD3
(206,189,211)
#D5C6D9
(213,198,217)
#DCCFDF
(220,207,223)
#E3D8E5
(227,216,229)
#EAE1EB
(234,225,235)
#F1EAF1
(241,234,241)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B299BB color. Also use rgb(178,153,187) instead hex code.

Text Font Color

.myTextColor { color: #B299BB; }

<p style="color:#B299BB">This sample text font color is #B299BB.</p>

This text font color is #B299BB.

Background Color

.myBgColor { background-color: #B299BB; }

<div style="background-color:#B299BB">Inner text</div>

This div background color is #B299BB.

Border color

.myBorderColor { border: 1px solid #B299BB; }

<div style="border:3px solid #B299BB">Div</div>

This div border color is #B299BB.

Opacity

.myOpacity80 { color: #B299BB; opacity: 0.8; }

<p style="color:#B299BB;opacity:0.8;">80%</p>

Text with #B299BB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B299BB;}

<p style="text-shadow: 3px 3px 1px #B299BB">Text here.</p>

This text has shadow with #B299BB color.


.textShadow {text-shadow: 3px 3px 1px #B299BB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B299BB, 5px 5px 20px red">Text here.</p>

This text has shadow with #B299BB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B299BB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B299BB, Direction=45, Strength=4)">Text</p>

This text has shadow with #B299BB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B299BB;
-webkit-box-shadow: 1px 1px 3px 2px #B299BB;
box-shadow: 1px 1px 3px 2px #B299BB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B299BB; -webkit-box-shadow: 1px 1px 3px 2px #B299BB; box-shadow:1px 1px 3px 2px #B299BB;">
Div content here
</div>

This div box has shadow with color #B299BB.

Preview

Color preview on black background

This text has color #B299BB on black background.


Color preview on white background

This text has color #B299BB on white background.


Black color preview on #B299BB background

This text has black color on #B299BB background.


White color preview on #B299BB background

This text has white color on #B299BB background.


Related colors

Complementary color

Complementary color for #hex is #4D6644.


I love getcolorcode.com

Triadic colors

1 #BBB299 and #99BBB2 with #B299BB are triadic colors.

2 #BB99B2 and #99B2BB with #B299BB are triadic colors.