Shades of Blue Haze #BCB7CE
Tints of Blue Haze #BCB7CE
RGB
CMYK
RGB Variations
Color information
#BCB7CE (or 0xBCB7CE) is known color: Blue Haze. HEX triplet: BC, B7 and CE. RGB value is (188,183,206). Sum of RGB (Red+Green+Blue) = 188+183+206=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7CE is #434831. Grayscale: #BBBBBB. Windows color (decimal): -4409394 or 13547452. OLE color: 13547452.
HSL color Cylindrical-coordinate representation of color #BCB7CE: hue angle of 253.04º degrees, saturation: 0.19, 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 #BCB7CE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 183 | 206 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.19 |
| HSL | 253.04º | 0.19% | 0.76% | - |
| HSV(B) | 253.04º | 0.11% | 0.81% | - |
| XYZ | 48.81 | 49.01 | 65.28 | - |
| YUV | 187.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 206 | 0.09 | 0.11 | 0 | 0.19 | 253.04 | 0.19 | 0.76 |
| Hex | BC | B7 | CE | 9 | B | 0 | 13 | FD | 13 | 4C |
| Octal | 274 | 267 | 316 | 11 | 13 | 0 | 23 | 375 | 23 | 114 |
| Binary | 10111100 | 10110111 | 11001110 | 1001 | 1011 | 0 | 10011 | 11111101 | 10011 | 1001100 |
Color Harmonies of #BCB7CE
Complementary color
Monochromatic Colors of #BCB7CE
Black with #BCB7CE
Text Example
Text Example
White with #BCB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7CE; }
p { color: rgb(188,183,206); }
H1.HeaderClassName
{
color: #BCB7CE;
}
.AnyTagClassName
{
color: #BCB7CE;
}
</style>
background-color css
<style>
a { background-color: #BCB7CE; }
a { background-color: rgb(188,183,206); }
div.DivClassName
{
background-color: #BCB7CE;
}
.BgClassName
{
background-color: #BCB7CE;
}
</style>
border-color css
<style>
span { border-color: #BCB7CE; }
span { border-color: rgb(188,183,206); }
td.TdClassName
{
border-color: #BCB7CE;
}
.TagClassName
{
border-color: #BCB7CE;
}
</style>