Shades of Blue Haze #BCBBCD
Tints of Blue Haze #BCBBCD
RGB
CMYK
RGB Variations
Color information
#BCBBCD (or 0xBCBBCD) is known color: Blue Haze. HEX triplet: BC, BB and CD. RGB value is (188,187,205). Sum of RGB (Red+Green+Blue) = 188+187+205=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCD is #434432. Grayscale: #BDBDBD. Windows color (decimal): -4408371 or 13482940. OLE color: 13482940.
HSL color Cylindrical-coordinate representation of color #BCBBCD: hue angle of 243.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBBCD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 187 | 205 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.20 |
| HSL | 243.33º | 0.15% | 0.77% | - |
| HSV(B) | 243.33º | 0.09% | 0.8% | - |
| XYZ | 49.53 | 50.64 | 64.92 | - |
| YUV | 189.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 205 | 0.08 | 0.09 | 0 | 0.20 | 243.33 | 0.15 | 0.77 |
| Hex | BC | BB | CD | 8 | 9 | 0 | 14 | F3 | F | 4D |
| Octal | 274 | 273 | 315 | 10 | 11 | 0 | 24 | 363 | 17 | 115 |
| Binary | 10111100 | 10111011 | 11001101 | 1000 | 1001 | 0 | 10100 | 11110011 | 1111 | 1001101 |
Color Harmonies of #BCBBCD
Complementary color
Monochromatic Colors of #BCBBCD
Black with #BCBBCD
Text Example
Text Example
White with #BCBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBCD; }
p { color: rgb(188,187,205); }
H1.HeaderClassName
{
color: #BCBBCD;
}
.AnyTagClassName
{
color: #BCBBCD;
}
</style>
background-color css
<style>
a { background-color: #BCBBCD; }
a { background-color: rgb(188,187,205); }
div.DivClassName
{
background-color: #BCBBCD;
}
.BgClassName
{
background-color: #BCBBCD;
}
</style>
border-color css
<style>
span { border-color: #BCBBCD; }
span { border-color: rgb(188,187,205); }
td.TdClassName
{
border-color: #BCBBCD;
}
.TagClassName
{
border-color: #BCBBCD;
}
</style>