Shades of Blue Haze #BBBACB
Tints of Blue Haze #BBBACB
RGB
CMYK
RGB Variations
Color information
#BBBACB (or 0xBBBACB) is known color: Blue Haze. HEX triplet: BB, BA and CB. RGB value is (187,186,203). Sum of RGB (Red+Green+Blue) = 187+186+203=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBACB is #444534. Grayscale: #BCBCBC. Windows color (decimal): -4474165 or 13351611. OLE color: 13351611.
HSL color Cylindrical-coordinate representation of color #BBBACB: hue angle of 243.53º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBACB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 186 | 203 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.20 |
| HSL | 243.53º | 0.14% | 0.76% | - |
| HSV(B) | 243.53º | 0.08% | 0.8% | - |
| XYZ | 48.83 | 49.99 | 63.58 | - |
| YUV | 188.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 203 | 0.08 | 0.08 | 0 | 0.20 | 243.53 | 0.14 | 0.76 |
| Hex | BB | BA | CB | 8 | 8 | 0 | 14 | F4 | E | 4C |
| Octal | 273 | 272 | 313 | 10 | 10 | 0 | 24 | 364 | 16 | 114 |
| Binary | 10111011 | 10111010 | 11001011 | 1000 | 1000 | 0 | 10100 | 11110100 | 1110 | 1001100 |
Color Harmonies of #BBBACB
Complementary color
Monochromatic Colors of #BBBACB
Black with #BBBACB
Text Example
Text Example
White with #BBBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBACB; }
p { color: rgb(187,186,203); }
H1.HeaderClassName
{
color: #BBBACB;
}
.AnyTagClassName
{
color: #BBBACB;
}
</style>
background-color css
<style>
a { background-color: #BBBACB; }
a { background-color: rgb(187,186,203); }
div.DivClassName
{
background-color: #BBBACB;
}
.BgClassName
{
background-color: #BBBACB;
}
</style>
border-color css
<style>
span { border-color: #BBBACB; }
span { border-color: rgb(187,186,203); }
td.TdClassName
{
border-color: #BBBACB;
}
.TagClassName
{
border-color: #BBBACB;
}
</style>