Shades of Blue Haze #B7B5CE
Tints of Blue Haze #B7B5CE
RGB
CMYK
RGB Variations
Color information
#B7B5CE (or 0xB7B5CE) is known color: Blue Haze. HEX triplet: B7, B5 and CE. RGB value is (183,181,206). Sum of RGB (Red+Green+Blue) = 183+181+206=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5CE is #484A31. Grayscale: #B8B8B8. Windows color (decimal): -4737586 or 13546935. OLE color: 13546935.
HSL color Cylindrical-coordinate representation of color #B7B5CE: hue angle of 244.8º 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 #B7B5CE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 181 | 206 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.19 |
| HSL | 244.8º | 0.2% | 0.76% | - |
| HSV(B) | 244.8º | 0.12% | 0.81% | - |
| XYZ | 47.19 | 47.57 | 65.09 | - |
| YUV | 184.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 206 | 0.11 | 0.12 | 0 | 0.19 | 244.8 | 0.2 | 0.76 |
| Hex | B7 | B5 | CE | B | C | 0 | 13 | F5 | 14 | 4C |
| Octal | 267 | 265 | 316 | 13 | 14 | 0 | 23 | 365 | 24 | 114 |
| Binary | 10110111 | 10110101 | 11001110 | 1011 | 1100 | 0 | 10011 | 11110101 | 10100 | 1001100 |
Color Harmonies of #B7B5CE
Complementary color
Monochromatic Colors of #B7B5CE
Black with #B7B5CE
Text Example
Text Example
White with #B7B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5CE; }
p { color: rgb(183,181,206); }
H1.HeaderClassName
{
color: #B7B5CE;
}
.AnyTagClassName
{
color: #B7B5CE;
}
</style>
background-color css
<style>
a { background-color: #B7B5CE; }
a { background-color: rgb(183,181,206); }
div.DivClassName
{
background-color: #B7B5CE;
}
.BgClassName
{
background-color: #B7B5CE;
}
</style>
border-color css
<style>
span { border-color: #B7B5CE; }
span { border-color: rgb(183,181,206); }
td.TdClassName
{
border-color: #B7B5CE;
}
.TagClassName
{
border-color: #B7B5CE;
}
</style>