Shades of Blue Haze #BCB9CF
Tints of Blue Haze #BCB9CF
RGB
CMYK
RGB Variations
Color information
#BCB9CF (or 0xBCB9CF) is known color: Blue Haze. HEX triplet: BC, B9 and CF. RGB value is (188,185,207). Sum of RGB (Red+Green+Blue) = 188+185+207=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9CF is #434630. Grayscale: #BCBCBC. Windows color (decimal): -4408881 or 13613500. OLE color: 13613500.
HSL color Cylindrical-coordinate representation of color #BCB9CF: hue angle of 248.18º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB9CF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 185 | 207 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.19 |
| HSL | 248.18º | 0.19% | 0.77% | - |
| HSV(B) | 248.18º | 0.11% | 0.81% | - |
| XYZ | 49.35 | 49.89 | 66.06 | - |
| YUV | 188.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 207 | 0.09 | 0.11 | 0 | 0.19 | 248.18 | 0.19 | 0.77 |
| Hex | BC | B9 | CF | 9 | B | 0 | 13 | F8 | 13 | 4D |
| Octal | 274 | 271 | 317 | 11 | 13 | 0 | 23 | 370 | 23 | 115 |
| Binary | 10111100 | 10111001 | 11001111 | 1001 | 1011 | 0 | 10011 | 11111000 | 10011 | 1001101 |
Color Harmonies of #BCB9CF
Complementary color
Monochromatic Colors of #BCB9CF
Black with #BCB9CF
Text Example
Text Example
White with #BCB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9CF; }
p { color: rgb(188,185,207); }
H1.HeaderClassName
{
color: #BCB9CF;
}
.AnyTagClassName
{
color: #BCB9CF;
}
</style>
background-color css
<style>
a { background-color: #BCB9CF; }
a { background-color: rgb(188,185,207); }
div.DivClassName
{
background-color: #BCB9CF;
}
.BgClassName
{
background-color: #BCB9CF;
}
</style>
border-color css
<style>
span { border-color: #BCB9CF; }
span { border-color: rgb(188,185,207); }
td.TdClassName
{
border-color: #BCB9CF;
}
.TagClassName
{
border-color: #BCB9CF;
}
</style>