Shades of Blue Haze #BCBBCB
Tints of Blue Haze #BCBBCB
RGB
CMYK
RGB Variations
Color information
#BCBBCB (or 0xBCBBCB) is known color: Blue Haze. HEX triplet: BC, BB and CB. RGB value is (188,187,203). Sum of RGB (Red+Green+Blue) = 188+187+203=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCB is #434434. Grayscale: #BDBDBD. Windows color (decimal): -4408373 or 13351868. OLE color: 13351868.
HSL color Cylindrical-coordinate representation of color #BCBBCB: hue angle of 243.75º degrees, saturation: 0.13, 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 #BCBBCB is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 187 | 203 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.20 |
| HSL | 243.75º | 0.13% | 0.76% | - |
| HSV(B) | 243.75º | 0.08% | 0.8% | - |
| XYZ | 49.29 | 50.54 | 63.66 | - |
| YUV | 189.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 203 | 0.07 | 0.08 | 0 | 0.20 | 243.75 | 0.13 | 0.76 |
| Hex | BC | BB | CB | 7 | 8 | 0 | 14 | F4 | D | 4C |
| Octal | 274 | 273 | 313 | 7 | 10 | 0 | 24 | 364 | 15 | 114 |
| Binary | 10111100 | 10111011 | 11001011 | 111 | 1000 | 0 | 10100 | 11110100 | 1101 | 1001100 |
Color Harmonies of #BCBBCB
Complementary color
Monochromatic Colors of #BCBBCB
Black with #BCBBCB
Text Example
Text Example
White with #BCBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBCB; }
p { color: rgb(188,187,203); }
H1.HeaderClassName
{
color: #BCBBCB;
}
.AnyTagClassName
{
color: #BCBBCB;
}
</style>
background-color css
<style>
a { background-color: #BCBBCB; }
a { background-color: rgb(188,187,203); }
div.DivClassName
{
background-color: #BCBBCB;
}
.BgClassName
{
background-color: #BCBBCB;
}
</style>
border-color css
<style>
span { border-color: #BCBBCB; }
span { border-color: rgb(188,187,203); }
td.TdClassName
{
border-color: #BCBBCB;
}
.TagClassName
{
border-color: #BCBBCB;
}
</style>