Shades of Blue Haze #BBB7CF
Tints of Blue Haze #BBB7CF
RGB
CMYK
RGB Variations
Color information
#BBB7CF (or 0xBBB7CF) is known color: Blue Haze. HEX triplet: BB, B7 and CF. RGB value is (187,183,207). Sum of RGB (Red+Green+Blue) = 187+183+207=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 183 (71.88% from 255 or 31.72% 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 #BBB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7CF is #444830. Grayscale: #BABABA. Windows color (decimal): -4474929 or 13612987. OLE color: 13612987.
HSL color Cylindrical-coordinate representation of color #BBB7CF: hue angle of 250º degrees, saturation: 0.2, 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 #BBB7CF is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 183 | 207 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.19 |
| HSL | 250º | 0.2% | 0.76% | - |
| HSV(B) | 250º | 0.12% | 0.81% | - |
| XYZ | 48.69 | 48.94 | 65.91 | - |
| YUV | 186.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 207 | 0.10 | 0.12 | 0 | 0.19 | 250 | 0.2 | 0.76 |
| Hex | BB | B7 | CF | A | C | 0 | 13 | FA | 14 | 4C |
| Octal | 273 | 267 | 317 | 12 | 14 | 0 | 23 | 372 | 24 | 114 |
| Binary | 10111011 | 10110111 | 11001111 | 1010 | 1100 | 0 | 10011 | 11111010 | 10100 | 1001100 |
Color Harmonies of #BBB7CF
Complementary color
Monochromatic Colors of #BBB7CF
Black with #BBB7CF
Text Example
Text Example
White with #BBB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7CF; }
p { color: rgb(187,183,207); }
H1.HeaderClassName
{
color: #BBB7CF;
}
.AnyTagClassName
{
color: #BBB7CF;
}
</style>
background-color css
<style>
a { background-color: #BBB7CF; }
a { background-color: rgb(187,183,207); }
div.DivClassName
{
background-color: #BBB7CF;
}
.BgClassName
{
background-color: #BBB7CF;
}
</style>
border-color css
<style>
span { border-color: #BBB7CF; }
span { border-color: rgb(187,183,207); }
td.TdClassName
{
border-color: #BBB7CF;
}
.TagClassName
{
border-color: #BBB7CF;
}
</style>