Shades of Blue Haze #B8B2CE
Tints of Blue Haze #B8B2CE
RGB
CMYK
RGB Variations
Color information
#B8B2CE (or 0xB8B2CE) is known color: Blue Haze. HEX triplet: B8, B2 and CE. RGB value is (184,178,206). Sum of RGB (Red+Green+Blue) = 184+178+206=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2CE is #474D31. Grayscale: #B6B6B6. Windows color (decimal): -4672818 or 13546168. OLE color: 13546168.
HSL color Cylindrical-coordinate representation of color #B8B2CE: hue angle of 252.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8B2CE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 178 | 206 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.19 |
| HSL | 252.86º | 0.22% | 0.75% | - |
| HSV(B) | 252.86º | 0.14% | 0.81% | - |
| XYZ | 46.83 | 46.49 | 64.9 | - |
| YUV | 182.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 206 | 0.11 | 0.14 | 0 | 0.19 | 252.86 | 0.22 | 0.75 |
| Hex | B8 | B2 | CE | B | E | 0 | 13 | FD | 16 | 4B |
| Octal | 270 | 262 | 316 | 13 | 16 | 0 | 23 | 375 | 26 | 113 |
| Binary | 10111000 | 10110010 | 11001110 | 1011 | 1110 | 0 | 10011 | 11111101 | 10110 | 1001011 |
Color Harmonies of #B8B2CE
Complementary color
Monochromatic Colors of #B8B2CE
Black with #B8B2CE
Text Example
Text Example
White with #B8B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B2CE; }
p { color: rgb(184,178,206); }
H1.HeaderClassName
{
color: #B8B2CE;
}
.AnyTagClassName
{
color: #B8B2CE;
}
</style>
background-color css
<style>
a { background-color: #B8B2CE; }
a { background-color: rgb(184,178,206); }
div.DivClassName
{
background-color: #B8B2CE;
}
.BgClassName
{
background-color: #B8B2CE;
}
</style>
border-color css
<style>
span { border-color: #B8B2CE; }
span { border-color: rgb(184,178,206); }
td.TdClassName
{
border-color: #B8B2CE;
}
.TagClassName
{
border-color: #B8B2CE;
}
</style>