Shades of Lavender Grey #B8B0DD
Tints of Lavender Grey #B8B0DD
RGB
CMYK
RGB Variations
Color information
#B8B0DD (or 0xB8B0DD) is known color: Lavender Grey. HEX triplet: B8, B0 and DD. RGB value is (184,176,221). Sum of RGB (Red+Green+Blue) = 184+176+221=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0DD is #474F22. Grayscale: #B7B7B7. Windows color (decimal): -4673315 or 14528696. OLE color: 14528696.
HSL color Cylindrical-coordinate representation of color #B8B0DD: hue angle of 250.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8B0DD is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 176 | 221 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.13 |
| HSL | 250.67º | 0.4% | 0.78% | - |
| HSV(B) | 250.67º | 0.2% | 0.87% | - |
| XYZ | 48.34 | 46.46 | 74.83 | - |
| YUV | 183.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 221 | 0.17 | 0.20 | 0 | 0.13 | 250.67 | 0.4 | 0.78 |
| Hex | B8 | B0 | DD | 11 | 14 | 0 | D | FB | 28 | 4E |
| Octal | 270 | 260 | 335 | 21 | 24 | 0 | 15 | 373 | 50 | 116 |
| Binary | 10111000 | 10110000 | 11011101 | 10001 | 10100 | 0 | 1101 | 11111011 | 101000 | 1001110 |
Color Harmonies of #B8B0DD
Complementary color
Monochromatic Colors of #B8B0DD
Black with #B8B0DD
Text Example
Text Example
White with #B8B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0DD; }
p { color: rgb(184,176,221); }
H1.HeaderClassName
{
color: #B8B0DD;
}
.AnyTagClassName
{
color: #B8B0DD;
}
</style>
background-color css
<style>
a { background-color: #B8B0DD; }
a { background-color: rgb(184,176,221); }
div.DivClassName
{
background-color: #B8B0DD;
}
.BgClassName
{
background-color: #B8B0DD;
}
</style>
border-color css
<style>
span { border-color: #B8B0DD; }
span { border-color: rgb(184,176,221); }
td.TdClassName
{
border-color: #B8B0DD;
}
.TagClassName
{
border-color: #B8B0DD;
}
</style>