Shades of Blue Haze #BCB6CB
Tints of Blue Haze #BCB6CB
RGB
CMYK
RGB Variations
Color information
#BCB6CB (or 0xBCB6CB) is known color: Blue Haze. HEX triplet: BC, B6 and CB. RGB value is (188,182,203). Sum of RGB (Red+Green+Blue) = 188+182+203=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6CB is #434934. Grayscale: #BABABA. Windows color (decimal): -4409653 or 13350588. OLE color: 13350588.
HSL color Cylindrical-coordinate representation of color #BCB6CB: hue angle of 257.14º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB6CB is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 182 | 203 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.20 |
| HSL | 257.14º | 0.17% | 0.75% | - |
| HSV(B) | 257.14º | 0.1% | 0.8% | - |
| XYZ | 48.25 | 48.46 | 63.31 | - |
| YUV | 186.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 203 | 0.07 | 0.10 | 0 | 0.20 | 257.14 | 0.17 | 0.75 |
| Hex | BC | B6 | CB | 7 | A | 0 | 14 | 101 | 11 | 4B |
| Octal | 274 | 266 | 313 | 7 | 12 | 0 | 24 | 401 | 21 | 113 |
| Binary | 10111100 | 10110110 | 11001011 | 111 | 1010 | 0 | 10100 | 100000001 | 10001 | 1001011 |
Color Harmonies of #BCB6CB
Complementary color
Monochromatic Colors of #BCB6CB
Black with #BCB6CB
Text Example
Text Example
White with #BCB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6CB; }
p { color: rgb(188,182,203); }
H1.HeaderClassName
{
color: #BCB6CB;
}
.AnyTagClassName
{
color: #BCB6CB;
}
</style>
background-color css
<style>
a { background-color: #BCB6CB; }
a { background-color: rgb(188,182,203); }
div.DivClassName
{
background-color: #BCB6CB;
}
.BgClassName
{
background-color: #BCB6CB;
}
</style>
border-color css
<style>
span { border-color: #BCB6CB; }
span { border-color: rgb(188,182,203); }
td.TdClassName
{
border-color: #BCB6CB;
}
.TagClassName
{
border-color: #BCB6CB;
}
</style>