Shades of Blue Haze #BCB8C9
Tints of Blue Haze #BCB8C9
RGB
CMYK
RGB Variations
Color information
#BCB8C9 (or 0xBCB8C9) is known color: Blue Haze. HEX triplet: BC, B8 and C9. RGB value is (188,184,201). Sum of RGB (Red+Green+Blue) = 188+184+201=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8C9 is #434736. Grayscale: #BBBBBB. Windows color (decimal): -4409143 or 13220028. OLE color: 13220028.
HSL color Cylindrical-coordinate representation of color #BCB8C9: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCB8C9 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 184 | 201 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.21 |
| HSL | 254.12º | 0.14% | 0.75% | - |
| HSV(B) | 254.12º | 0.08% | 0.79% | - |
| XYZ | 48.42 | 49.19 | 62.2 | - |
| YUV | 187.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 201 | 0.06 | 0.08 | 0 | 0.21 | 254.12 | 0.14 | 0.75 |
| Hex | BC | B8 | C9 | 6 | 8 | 0 | 15 | FE | E | 4B |
| Octal | 274 | 270 | 311 | 6 | 10 | 0 | 25 | 376 | 16 | 113 |
| Binary | 10111100 | 10111000 | 11001001 | 110 | 1000 | 0 | 10101 | 11111110 | 1110 | 1001011 |
Color Harmonies of #BCB8C9
Complementary color
Monochromatic Colors of #BCB8C9
Black with #BCB8C9
Text Example
Text Example
White with #BCB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8C9; }
p { color: rgb(188,184,201); }
H1.HeaderClassName
{
color: #BCB8C9;
}
.AnyTagClassName
{
color: #BCB8C9;
}
</style>
background-color css
<style>
a { background-color: #BCB8C9; }
a { background-color: rgb(188,184,201); }
div.DivClassName
{
background-color: #BCB8C9;
}
.BgClassName
{
background-color: #BCB8C9;
}
</style>
border-color css
<style>
span { border-color: #BCB8C9; }
span { border-color: rgb(188,184,201); }
td.TdClassName
{
border-color: #BCB8C9;
}
.TagClassName
{
border-color: #BCB8C9;
}
</style>