Shades of Blue Haze #BCB5CF
Tints of Blue Haze #BCB5CF
RGB
CMYK
RGB Variations
Color information
#BCB5CF (or 0xBCB5CF) is known color: Blue Haze. HEX triplet: BC, B5 and CF. RGB value is (188,181,207). Sum of RGB (Red+Green+Blue) = 188+181+207=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5CF is #434A30. Grayscale: #B9B9B9. Windows color (decimal): -4409905 or 13612476. OLE color: 13612476.
HSL color Cylindrical-coordinate representation of color #BCB5CF: hue angle of 256.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB5CF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 181 | 207 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.19 |
| HSL | 256.15º | 0.21% | 0.76% | - |
| HSV(B) | 256.15º | 0.13% | 0.81% | - |
| XYZ | 48.53 | 48.24 | 65.79 | - |
| YUV | 186.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 207 | 0.09 | 0.13 | 0 | 0.19 | 256.15 | 0.21 | 0.76 |
| Hex | BC | B5 | CF | 9 | D | 0 | 13 | 100 | 15 | 4C |
| Octal | 274 | 265 | 317 | 11 | 15 | 0 | 23 | 400 | 25 | 114 |
| Binary | 10111100 | 10110101 | 11001111 | 1001 | 1101 | 0 | 10011 | 100000000 | 10101 | 1001100 |
Color Harmonies of #BCB5CF
Complementary color
Monochromatic Colors of #BCB5CF
Black with #BCB5CF
Text Example
Text Example
White with #BCB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5CF; }
p { color: rgb(188,181,207); }
H1.HeaderClassName
{
color: #BCB5CF;
}
.AnyTagClassName
{
color: #BCB5CF;
}
</style>
background-color css
<style>
a { background-color: #BCB5CF; }
a { background-color: rgb(188,181,207); }
div.DivClassName
{
background-color: #BCB5CF;
}
.BgClassName
{
background-color: #BCB5CF;
}
</style>
border-color css
<style>
span { border-color: #BCB5CF; }
span { border-color: rgb(188,181,207); }
td.TdClassName
{
border-color: #BCB5CF;
}
.TagClassName
{
border-color: #BCB5CF;
}
</style>