Shades of Blue Haze #BCB8CB
Tints of Blue Haze #BCB8CB
RGB
CMYK
RGB Variations
Color information
#BCB8CB (or 0xBCB8CB) is known color: Blue Haze. HEX triplet: BC, B8 and CB. RGB value is (188,184,203). Sum of RGB (Red+Green+Blue) = 188+184+203=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCB8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8CB is #434734. Grayscale: #BBBBBB. Windows color (decimal): -4409141 or 13351100. OLE color: 13351100.
HSL color Cylindrical-coordinate representation of color #BCB8CB: hue angle of 252.63º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB8CB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 184 | 203 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.20 |
| HSL | 252.63º | 0.15% | 0.76% | - |
| HSV(B) | 252.63º | 0.09% | 0.8% | - |
| XYZ | 48.66 | 49.28 | 63.45 | - |
| YUV | 187.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 203 | 0.07 | 0.09 | 0 | 0.20 | 252.63 | 0.15 | 0.76 |
| Hex | BC | B8 | CB | 7 | 9 | 0 | 14 | FD | F | 4C |
| Octal | 274 | 270 | 313 | 7 | 11 | 0 | 24 | 375 | 17 | 114 |
| Binary | 10111100 | 10111000 | 11001011 | 111 | 1001 | 0 | 10100 | 11111101 | 1111 | 1001100 |
Color Harmonies of #BCB8CB
Complementary color
Monochromatic Colors of #BCB8CB
Black with #BCB8CB
Text Example
Text Example
White with #BCB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8CB; }
p { color: rgb(188,184,203); }
H1.HeaderClassName
{
color: #BCB8CB;
}
.AnyTagClassName
{
color: #BCB8CB;
}
</style>
background-color css
<style>
a { background-color: #BCB8CB; }
a { background-color: rgb(188,184,203); }
div.DivClassName
{
background-color: #BCB8CB;
}
.BgClassName
{
background-color: #BCB8CB;
}
</style>
border-color css
<style>
span { border-color: #BCB8CB; }
span { border-color: rgb(188,184,203); }
td.TdClassName
{
border-color: #BCB8CB;
}
.TagClassName
{
border-color: #BCB8CB;
}
</style>