Shades of Blue Haze #BCB9CE
Tints of Blue Haze #BCB9CE
RGB
CMYK
RGB Variations
Color information
#BCB9CE (or 0xBCB9CE) is known color: Blue Haze. HEX triplet: BC, B9 and CE. RGB value is (188,185,206). Sum of RGB (Red+Green+Blue) = 188+185+206=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9CE is #434631. Grayscale: #BCBCBC. Windows color (decimal): -4408882 or 13547964. OLE color: 13547964.
HSL color Cylindrical-coordinate representation of color #BCB9CE: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB9CE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 185 | 206 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.19 |
| HSL | 248.57º | 0.18% | 0.77% | - |
| HSV(B) | 248.57º | 0.1% | 0.81% | - |
| XYZ | 49.23 | 49.85 | 65.42 | - |
| YUV | 188.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 206 | 0.09 | 0.10 | 0 | 0.19 | 248.57 | 0.18 | 0.77 |
| Hex | BC | B9 | CE | 9 | A | 0 | 13 | F9 | 12 | 4D |
| Octal | 274 | 271 | 316 | 11 | 12 | 0 | 23 | 371 | 22 | 115 |
| Binary | 10111100 | 10111001 | 11001110 | 1001 | 1010 | 0 | 10011 | 11111001 | 10010 | 1001101 |
Color Harmonies of #BCB9CE
Complementary color
Monochromatic Colors of #BCB9CE
Black with #BCB9CE
Text Example
Text Example
White with #BCB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9CE; }
p { color: rgb(188,185,206); }
H1.HeaderClassName
{
color: #BCB9CE;
}
.AnyTagClassName
{
color: #BCB9CE;
}
</style>
background-color css
<style>
a { background-color: #BCB9CE; }
a { background-color: rgb(188,185,206); }
div.DivClassName
{
background-color: #BCB9CE;
}
.BgClassName
{
background-color: #BCB9CE;
}
</style>
border-color css
<style>
span { border-color: #BCB9CE; }
span { border-color: rgb(188,185,206); }
td.TdClassName
{
border-color: #BCB9CE;
}
.TagClassName
{
border-color: #BCB9CE;
}
</style>