Shades of Blue Haze #BCBBCC
Tints of Blue Haze #BCBBCC
RGB
CMYK
RGB Variations
Color information
#BCBBCC (or 0xBCBBCC) is known color: Blue Haze. HEX triplet: BC, BB and CC. RGB value is (188,187,204). Sum of RGB (Red+Green+Blue) = 188+187+204=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCC is #434433. Grayscale: #BDBDBD. Windows color (decimal): -4408372 or 13417404. OLE color: 13417404.
HSL color Cylindrical-coordinate representation of color #BCBBCC: hue angle of 243.53º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBBCC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 187 | 204 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.2 |
| HSL | 243.53º | 0.14% | 0.77% | - |
| HSV(B) | 243.53º | 0.08% | 0.8% | - |
| XYZ | 49.41 | 50.59 | 64.29 | - |
| YUV | 189.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 204 | 0.08 | 0.08 | 0 | 0.2 | 243.53 | 0.14 | 0.77 |
| Hex | BC | BB | CC | 8 | 8 | 0 | 14 | F4 | E | 4D |
| Octal | 274 | 273 | 314 | 10 | 10 | 0 | 24 | 364 | 16 | 115 |
| Binary | 10111100 | 10111011 | 11001100 | 1000 | 1000 | 0 | 10100 | 11110100 | 1110 | 1001101 |
Color Harmonies of #BCBBCC
Complementary color
Monochromatic Colors of #BCBBCC
Black with #BCBBCC
Text Example
Text Example
White with #BCBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBCC; }
p { color: rgb(188,187,204); }
H1.HeaderClassName
{
color: #BCBBCC;
}
.AnyTagClassName
{
color: #BCBBCC;
}
</style>
background-color css
<style>
a { background-color: #BCBBCC; }
a { background-color: rgb(188,187,204); }
div.DivClassName
{
background-color: #BCBBCC;
}
.BgClassName
{
background-color: #BCBBCC;
}
</style>
border-color css
<style>
span { border-color: #BCBBCC; }
span { border-color: rgb(188,187,204); }
td.TdClassName
{
border-color: #BCBBCC;
}
.TagClassName
{
border-color: #BCBBCC;
}
</style>