Shades of Blue Haze #BBB7CA
Tints of Blue Haze #BBB7CA
RGB
CMYK
RGB Variations
Color information
#BBB7CA (or 0xBBB7CA) is known color: Blue Haze. HEX triplet: BB, B7 and CA. RGB value is (187,183,202). Sum of RGB (Red+Green+Blue) = 187+183+202=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 183 (71.88% from 255 or 31.99% 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 #BBB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7CA is #444835. Grayscale: #BABABA. Windows color (decimal): -4474934 or 13285307. OLE color: 13285307.
HSL color Cylindrical-coordinate representation of color #BBB7CA: hue angle of 252.63º 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 #BBB7CA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 183 | 202 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.21 |
| HSL | 252.63º | 0.15% | 0.75% | - |
| HSV(B) | 252.63º | 0.09% | 0.79% | - |
| XYZ | 48.09 | 48.7 | 62.74 | - |
| YUV | 186.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 202 | 0.07 | 0.09 | 0 | 0.21 | 252.63 | 0.15 | 0.75 |
| Hex | BB | B7 | CA | 7 | 9 | 0 | 15 | FD | F | 4B |
| Octal | 273 | 267 | 312 | 7 | 11 | 0 | 25 | 375 | 17 | 113 |
| Binary | 10111011 | 10110111 | 11001010 | 111 | 1001 | 0 | 10101 | 11111101 | 1111 | 1001011 |
Color Harmonies of #BBB7CA
Complementary color
Monochromatic Colors of #BBB7CA
Black with #BBB7CA
Text Example
Text Example
White with #BBB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7CA; }
p { color: rgb(187,183,202); }
H1.HeaderClassName
{
color: #BBB7CA;
}
.AnyTagClassName
{
color: #BBB7CA;
}
</style>
background-color css
<style>
a { background-color: #BBB7CA; }
a { background-color: rgb(187,183,202); }
div.DivClassName
{
background-color: #BBB7CA;
}
.BgClassName
{
background-color: #BBB7CA;
}
</style>
border-color css
<style>
span { border-color: #BBB7CA; }
span { border-color: rgb(187,183,202); }
td.TdClassName
{
border-color: #BBB7CA;
}
.TagClassName
{
border-color: #BBB7CA;
}
</style>