Shades of Blue Haze #B9B7CF
Tints of Blue Haze #B9B7CF
RGB
CMYK
RGB Variations
Color information
#B9B7CF (or 0xB9B7CF) is known color: Blue Haze. HEX triplet: B9, B7 and CF. RGB value is (185,183,207). Sum of RGB (Red+Green+Blue) = 185+183+207=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B7CF is #464830. Grayscale: #BABABA. Windows color (decimal): -4606001 or 13612985. OLE color: 13612985.
HSL color Cylindrical-coordinate representation of color #B9B7CF: hue angle of 245º 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 #B9B7CF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 183 | 207 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.19 |
| HSL | 245º | 0.2% | 0.76% | - |
| HSV(B) | 245º | 0.12% | 0.81% | - |
| XYZ | 48.2 | 48.69 | 65.89 | - |
| YUV | 186.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 183 | 207 | 0.11 | 0.12 | 0 | 0.19 | 245 | 0.2 | 0.76 |
| Hex | B9 | B7 | CF | B | C | 0 | 13 | F5 | 14 | 4C |
| Octal | 271 | 267 | 317 | 13 | 14 | 0 | 23 | 365 | 24 | 114 |
| Binary | 10111001 | 10110111 | 11001111 | 1011 | 1100 | 0 | 10011 | 11110101 | 10100 | 1001100 |
Color Harmonies of #B9B7CF
Complementary color
Monochromatic Colors of #B9B7CF
Black with #B9B7CF
Text Example
Text Example
White with #B9B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B7CF; }
p { color: rgb(185,183,207); }
H1.HeaderClassName
{
color: #B9B7CF;
}
.AnyTagClassName
{
color: #B9B7CF;
}
</style>
background-color css
<style>
a { background-color: #B9B7CF; }
a { background-color: rgb(185,183,207); }
div.DivClassName
{
background-color: #B9B7CF;
}
.BgClassName
{
background-color: #B9B7CF;
}
</style>
border-color css
<style>
span { border-color: #B9B7CF; }
span { border-color: rgb(185,183,207); }
td.TdClassName
{
border-color: #B9B7CF;
}
.TagClassName
{
border-color: #B9B7CF;
}
</style>