Shades of Blue Haze #BCB6CA
Tints of Blue Haze #BCB6CA
RGB
CMYK
RGB Variations
Color information
#BCB6CA (or 0xBCB6CA) is known color: Blue Haze. HEX triplet: BC, B6 and CA. RGB value is (188,182,202). Sum of RGB (Red+Green+Blue) = 188+182+202=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6CA is #434935. Grayscale: #BABABA. Windows color (decimal): -4409654 or 13285052. OLE color: 13285052.
HSL color Cylindrical-coordinate representation of color #BCB6CA: hue angle of 258º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB6CA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 182 | 202 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.21 |
| HSL | 258º | 0.16% | 0.75% | - |
| HSV(B) | 258º | 0.1% | 0.79% | - |
| XYZ | 48.13 | 48.41 | 62.68 | - |
| YUV | 186.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 202 | 0.07 | 0.10 | 0 | 0.21 | 258 | 0.16 | 0.75 |
| Hex | BC | B6 | CA | 7 | A | 0 | 15 | 102 | 10 | 4B |
| Octal | 274 | 266 | 312 | 7 | 12 | 0 | 25 | 402 | 20 | 113 |
| Binary | 10111100 | 10110110 | 11001010 | 111 | 1010 | 0 | 10101 | 100000010 | 10000 | 1001011 |
Color Harmonies of #BCB6CA
Complementary color
Monochromatic Colors of #BCB6CA
Black with #BCB6CA
Text Example
Text Example
White with #BCB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6CA; }
p { color: rgb(188,182,202); }
H1.HeaderClassName
{
color: #BCB6CA;
}
.AnyTagClassName
{
color: #BCB6CA;
}
</style>
background-color css
<style>
a { background-color: #BCB6CA; }
a { background-color: rgb(188,182,202); }
div.DivClassName
{
background-color: #BCB6CA;
}
.BgClassName
{
background-color: #BCB6CA;
}
</style>
border-color css
<style>
span { border-color: #BCB6CA; }
span { border-color: rgb(188,182,202); }
td.TdClassName
{
border-color: #BCB6CA;
}
.TagClassName
{
border-color: #BCB6CA;
}
</style>