Shades of Blue Haze #B8B5CE
Tints of Blue Haze #B8B5CE
RGB
CMYK
RGB Variations
Color information
#B8B5CE (or 0xB8B5CE) is known color: Blue Haze. HEX triplet: B8, B5 and CE. RGB value is (184,181,206). Sum of RGB (Red+Green+Blue) = 184+181+206=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B5CE is #474A31. Grayscale: #B8B8B8. Windows color (decimal): -4672050 or 13546936. OLE color: 13546936.
HSL color Cylindrical-coordinate representation of color #B8B5CE: hue angle of 247.2º 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 #B8B5CE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 181 | 206 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.19 |
| HSL | 247.2º | 0.2% | 0.76% | - |
| HSV(B) | 247.2º | 0.12% | 0.81% | - |
| XYZ | 47.43 | 47.69 | 65.1 | - |
| YUV | 184.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 181 | 206 | 0.11 | 0.12 | 0 | 0.19 | 247.2 | 0.2 | 0.76 |
| Hex | B8 | B5 | CE | B | C | 0 | 13 | F7 | 14 | 4C |
| Octal | 270 | 265 | 316 | 13 | 14 | 0 | 23 | 367 | 24 | 114 |
| Binary | 10111000 | 10110101 | 11001110 | 1011 | 1100 | 0 | 10011 | 11110111 | 10100 | 1001100 |
Color Harmonies of #B8B5CE
Complementary color
Monochromatic Colors of #B8B5CE
Black with #B8B5CE
Text Example
Text Example
White with #B8B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B5CE; }
p { color: rgb(184,181,206); }
H1.HeaderClassName
{
color: #B8B5CE;
}
.AnyTagClassName
{
color: #B8B5CE;
}
</style>
background-color css
<style>
a { background-color: #B8B5CE; }
a { background-color: rgb(184,181,206); }
div.DivClassName
{
background-color: #B8B5CE;
}
.BgClassName
{
background-color: #B8B5CE;
}
</style>
border-color css
<style>
span { border-color: #B8B5CE; }
span { border-color: rgb(184,181,206); }
td.TdClassName
{
border-color: #B8B5CE;
}
.TagClassName
{
border-color: #B8B5CE;
}
</style>