Shades of Blue Haze #BCB8CE
Tints of Blue Haze #BCB8CE
RGB
CMYK
RGB Variations
Color information
#BCB8CE (or 0xBCB8CE) is known color: Blue Haze. HEX triplet: BC, B8 and CE. RGB value is (188,184,206). Sum of RGB (Red+Green+Blue) = 188+184+206=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8CE is #434731. Grayscale: #BBBBBB. Windows color (decimal): -4409138 or 13547708. OLE color: 13547708.
HSL color Cylindrical-coordinate representation of color #BCB8CE: hue angle of 250.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB8CE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 184 | 206 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.19 |
| HSL | 250.91º | 0.18% | 0.76% | - |
| HSV(B) | 250.91º | 0.11% | 0.81% | - |
| XYZ | 49.02 | 49.43 | 65.35 | - |
| YUV | 187.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 206 | 0.09 | 0.11 | 0 | 0.19 | 250.91 | 0.18 | 0.76 |
| Hex | BC | B8 | CE | 9 | B | 0 | 13 | FB | 12 | 4C |
| Octal | 274 | 270 | 316 | 11 | 13 | 0 | 23 | 373 | 22 | 114 |
| Binary | 10111100 | 10111000 | 11001110 | 1001 | 1011 | 0 | 10011 | 11111011 | 10010 | 1001100 |
Color Harmonies of #BCB8CE
Complementary color
Monochromatic Colors of #BCB8CE
Black with #BCB8CE
Text Example
Text Example
White with #BCB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8CE; }
p { color: rgb(188,184,206); }
H1.HeaderClassName
{
color: #BCB8CE;
}
.AnyTagClassName
{
color: #BCB8CE;
}
</style>
background-color css
<style>
a { background-color: #BCB8CE; }
a { background-color: rgb(188,184,206); }
div.DivClassName
{
background-color: #BCB8CE;
}
.BgClassName
{
background-color: #BCB8CE;
}
</style>
border-color css
<style>
span { border-color: #BCB8CE; }
span { border-color: rgb(188,184,206); }
td.TdClassName
{
border-color: #BCB8CE;
}
.TagClassName
{
border-color: #BCB8CE;
}
</style>