Shades of Blue Haze #BCB6CF
Tints of Blue Haze #BCB6CF
RGB
CMYK
RGB Variations
Color information
#BCB6CF (or 0xBCB6CF) is known color: Blue Haze. HEX triplet: BC, B6 and CF. RGB value is (188,182,207). Sum of RGB (Red+Green+Blue) = 188+182+207=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6CF is #434930. Grayscale: #BABABA. Windows color (decimal): -4409649 or 13612732. OLE color: 13612732.
HSL color Cylindrical-coordinate representation of color #BCB6CF: hue angle of 254.4º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB6CF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 182 | 207 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.19 |
| HSL | 254.4º | 0.21% | 0.76% | - |
| HSV(B) | 254.4º | 0.12% | 0.81% | - |
| XYZ | 48.73 | 48.65 | 65.85 | - |
| YUV | 186.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 207 | 0.09 | 0.12 | 0 | 0.19 | 254.4 | 0.21 | 0.76 |
| Hex | BC | B6 | CF | 9 | C | 0 | 13 | FE | 15 | 4C |
| Octal | 274 | 266 | 317 | 11 | 14 | 0 | 23 | 376 | 25 | 114 |
| Binary | 10111100 | 10110110 | 11001111 | 1001 | 1100 | 0 | 10011 | 11111110 | 10101 | 1001100 |
Color Harmonies of #BCB6CF
Complementary color
Monochromatic Colors of #BCB6CF
Black with #BCB6CF
Text Example
Text Example
White with #BCB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6CF; }
p { color: rgb(188,182,207); }
H1.HeaderClassName
{
color: #BCB6CF;
}
.AnyTagClassName
{
color: #BCB6CF;
}
</style>
background-color css
<style>
a { background-color: #BCB6CF; }
a { background-color: rgb(188,182,207); }
div.DivClassName
{
background-color: #BCB6CF;
}
.BgClassName
{
background-color: #BCB6CF;
}
</style>
border-color css
<style>
span { border-color: #BCB6CF; }
span { border-color: rgb(188,182,207); }
td.TdClassName
{
border-color: #BCB6CF;
}
.TagClassName
{
border-color: #BCB6CF;
}
</style>