Shades of Blue Haze #BCB9CC
Tints of Blue Haze #BCB9CC
RGB
CMYK
RGB Variations
Color information
#BCB9CC (or 0xBCB9CC) is known color: Blue Haze. HEX triplet: BC, B9 and CC. RGB value is (188,185,204). Sum of RGB (Red+Green+Blue) = 188+185+204=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9CC is #434633. Grayscale: #BBBBBB. Windows color (decimal): -4408884 or 13416892. OLE color: 13416892.
HSL color Cylindrical-coordinate representation of color #BCB9CC: hue angle of 249.47º degrees, saturation: 0.16, 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 #BCB9CC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 185 | 204 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.2 |
| HSL | 249.47º | 0.16% | 0.76% | - |
| HSV(B) | 249.47º | 0.09% | 0.8% | - |
| XYZ | 48.99 | 49.75 | 64.15 | - |
| YUV | 188.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 204 | 0.08 | 0.09 | 0 | 0.2 | 249.47 | 0.16 | 0.76 |
| Hex | BC | B9 | CC | 8 | 9 | 0 | 14 | F9 | 10 | 4C |
| Octal | 274 | 271 | 314 | 10 | 11 | 0 | 24 | 371 | 20 | 114 |
| Binary | 10111100 | 10111001 | 11001100 | 1000 | 1001 | 0 | 10100 | 11111001 | 10000 | 1001100 |
Color Harmonies of #BCB9CC
Complementary color
Monochromatic Colors of #BCB9CC
Black with #BCB9CC
Text Example
Text Example
White with #BCB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9CC; }
p { color: rgb(188,185,204); }
H1.HeaderClassName
{
color: #BCB9CC;
}
.AnyTagClassName
{
color: #BCB9CC;
}
</style>
background-color css
<style>
a { background-color: #BCB9CC; }
a { background-color: rgb(188,185,204); }
div.DivClassName
{
background-color: #BCB9CC;
}
.BgClassName
{
background-color: #BCB9CC;
}
</style>
border-color css
<style>
span { border-color: #BCB9CC; }
span { border-color: rgb(188,185,204); }
td.TdClassName
{
border-color: #BCB9CC;
}
.TagClassName
{
border-color: #BCB9CC;
}
</style>