Shades of Blue Haze #BCB7CA
Tints of Blue Haze #BCB7CA
RGB
CMYK
RGB Variations
Color information
#BCB7CA (or 0xBCB7CA) is known color: Blue Haze. HEX triplet: BC, B7 and CA. RGB value is (188,183,202). Sum of RGB (Red+Green+Blue) = 188+183+202=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7CA is #434835. Grayscale: #BABABA. Windows color (decimal): -4409398 or 13285308. OLE color: 13285308.
HSL color Cylindrical-coordinate representation of color #BCB7CA: hue angle of 255.79º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB7CA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 183 | 202 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.21 |
| HSL | 255.79º | 0.15% | 0.75% | - |
| HSV(B) | 255.79º | 0.09% | 0.79% | - |
| XYZ | 48.33 | 48.82 | 62.75 | - |
| YUV | 186.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 202 | 0.07 | 0.09 | 0 | 0.21 | 255.79 | 0.15 | 0.75 |
| Hex | BC | B7 | CA | 7 | 9 | 0 | 15 | 100 | F | 4B |
| Octal | 274 | 267 | 312 | 7 | 11 | 0 | 25 | 400 | 17 | 113 |
| Binary | 10111100 | 10110111 | 11001010 | 111 | 1001 | 0 | 10101 | 100000000 | 1111 | 1001011 |
Color Harmonies of #BCB7CA
Complementary color
Monochromatic Colors of #BCB7CA
Black with #BCB7CA
Text Example
Text Example
White with #BCB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7CA; }
p { color: rgb(188,183,202); }
H1.HeaderClassName
{
color: #BCB7CA;
}
.AnyTagClassName
{
color: #BCB7CA;
}
</style>
background-color css
<style>
a { background-color: #BCB7CA; }
a { background-color: rgb(188,183,202); }
div.DivClassName
{
background-color: #BCB7CA;
}
.BgClassName
{
background-color: #BCB7CA;
}
</style>
border-color css
<style>
span { border-color: #BCB7CA; }
span { border-color: rgb(188,183,202); }
td.TdClassName
{
border-color: #BCB7CA;
}
.TagClassName
{
border-color: #BCB7CA;
}
</style>