Shades of Blue Haze #BCBBCE
Tints of Blue Haze #BCBBCE
RGB
CMYK
RGB Variations
Color information
#BCBBCE (or 0xBCBBCE) is known color: Blue Haze. HEX triplet: BC, BB and CE. RGB value is (188,187,206). Sum of RGB (Red+Green+Blue) = 188+187+206=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCE is #434431. Grayscale: #BDBDBD. Windows color (decimal): -4408370 or 13548476. OLE color: 13548476.
HSL color Cylindrical-coordinate representation of color #BCBBCE: hue angle of 243.16º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBBCE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 187 | 206 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.19 |
| HSL | 243.16º | 0.16% | 0.77% | - |
| HSV(B) | 243.16º | 0.09% | 0.81% | - |
| XYZ | 49.65 | 50.69 | 65.56 | - |
| YUV | 189.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 206 | 0.09 | 0.09 | 0 | 0.19 | 243.16 | 0.16 | 0.77 |
| Hex | BC | BB | CE | 9 | 9 | 0 | 13 | F3 | 10 | 4D |
| Octal | 274 | 273 | 316 | 11 | 11 | 0 | 23 | 363 | 20 | 115 |
| Binary | 10111100 | 10111011 | 11001110 | 1001 | 1001 | 0 | 10011 | 11110011 | 10000 | 1001101 |
Color Harmonies of #BCBBCE
Complementary color
Monochromatic Colors of #BCBBCE
Black with #BCBBCE
Text Example
Text Example
White with #BCBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBCE; }
p { color: rgb(188,187,206); }
H1.HeaderClassName
{
color: #BCBBCE;
}
.AnyTagClassName
{
color: #BCBBCE;
}
</style>
background-color css
<style>
a { background-color: #BCBBCE; }
a { background-color: rgb(188,187,206); }
div.DivClassName
{
background-color: #BCBBCE;
}
.BgClassName
{
background-color: #BCBBCE;
}
</style>
border-color css
<style>
span { border-color: #BCBBCE; }
span { border-color: rgb(188,187,206); }
td.TdClassName
{
border-color: #BCBBCE;
}
.TagClassName
{
border-color: #BCBBCE;
}
</style>