Shades of Blue Haze #B8B0D7
Tints of Blue Haze #B8B0D7
RGB
CMYK
RGB Variations
Color information
#B8B0D7 (or 0xB8B0D7) is known color: Blue Haze. HEX triplet: B8, B0 and D7. RGB value is (184,176,215). Sum of RGB (Red+Green+Blue) = 184+176+215=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #B8B0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0D7 is #474F28. Grayscale: #B6B6B6. Windows color (decimal): -4673321 or 14135480. OLE color: 14135480.
HSL color Cylindrical-coordinate representation of color #B8B0D7: hue angle of 252.31º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8B0D7 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 176 | 215 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.16 |
| HSL | 252.31º | 0.33% | 0.77% | - |
| HSV(B) | 252.31º | 0.18% | 0.84% | - |
| XYZ | 47.56 | 46.15 | 70.69 | - |
| YUV | 182.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 215 | 0.14 | 0.18 | 0 | 0.16 | 252.31 | 0.33 | 0.77 |
| Hex | B8 | B0 | D7 | E | 12 | 0 | 10 | FC | 21 | 4D |
| Octal | 270 | 260 | 327 | 16 | 22 | 0 | 20 | 374 | 41 | 115 |
| Binary | 10111000 | 10110000 | 11010111 | 1110 | 10010 | 0 | 10000 | 11111100 | 100001 | 1001101 |
Color Harmonies of #B8B0D7
Complementary color
Monochromatic Colors of #B8B0D7
Black with #B8B0D7
Text Example
Text Example
White with #B8B0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0D7; }
p { color: rgb(184,176,215); }
H1.HeaderClassName
{
color: #B8B0D7;
}
.AnyTagClassName
{
color: #B8B0D7;
}
</style>
background-color css
<style>
a { background-color: #B8B0D7; }
a { background-color: rgb(184,176,215); }
div.DivClassName
{
background-color: #B8B0D7;
}
.BgClassName
{
background-color: #B8B0D7;
}
</style>
border-color css
<style>
span { border-color: #B8B0D7; }
span { border-color: rgb(184,176,215); }
td.TdClassName
{
border-color: #B8B0D7;
}
.TagClassName
{
border-color: #B8B0D7;
}
</style>