Shades of Blue Haze #B8B2D1
Tints of Blue Haze #B8B2D1
RGB
CMYK
RGB Variations
Color information
#B8B2D1 (or 0xB8B2D1) is known color: Blue Haze. HEX triplet: B8, B2 and D1. RGB value is (184,178,209). Sum of RGB (Red+Green+Blue) = 184+178+209=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #B8B2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2D1 is #474D2E. Grayscale: #B7B7B7. Windows color (decimal): -4672815 or 13742776. OLE color: 13742776.
HSL color Cylindrical-coordinate representation of color #B8B2D1: hue angle of 251.61º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8B2D1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 178 | 209 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.18 |
| HSL | 251.61º | 0.25% | 0.76% | - |
| HSV(B) | 251.61º | 0.15% | 0.82% | - |
| XYZ | 47.2 | 46.63 | 66.84 | - |
| YUV | 183.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 209 | 0.12 | 0.15 | 0 | 0.18 | 251.61 | 0.25 | 0.76 |
| Hex | B8 | B2 | D1 | C | F | 0 | 12 | FC | 19 | 4C |
| Octal | 270 | 262 | 321 | 14 | 17 | 0 | 22 | 374 | 31 | 114 |
| Binary | 10111000 | 10110010 | 11010001 | 1100 | 1111 | 0 | 10010 | 11111100 | 11001 | 1001100 |
Color Harmonies of #B8B2D1
Complementary color
Monochromatic Colors of #B8B2D1
Black with #B8B2D1
Text Example
Text Example
White with #B8B2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B2D1; }
p { color: rgb(184,178,209); }
H1.HeaderClassName
{
color: #B8B2D1;
}
.AnyTagClassName
{
color: #B8B2D1;
}
</style>
background-color css
<style>
a { background-color: #B8B2D1; }
a { background-color: rgb(184,178,209); }
div.DivClassName
{
background-color: #B8B2D1;
}
.BgClassName
{
background-color: #B8B2D1;
}
</style>
border-color css
<style>
span { border-color: #B8B2D1; }
span { border-color: rgb(184,178,209); }
td.TdClassName
{
border-color: #B8B2D1;
}
.TagClassName
{
border-color: #B8B2D1;
}
</style>