Shades of Lavender Grey #B5B8DD
Tints of Lavender Grey #B5B8DD
RGB
CMYK
RGB Variations
Color information
#B5B8DD (or 0xB5B8DD) is known color: Lavender Grey. HEX triplet: B5, B8 and DD. RGB value is (181,184,221). Sum of RGB (Red+Green+Blue) = 181+184+221=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8DD is #4A4722. Grayscale: #BBBBBB. Windows color (decimal): -4867875 or 14530741. OLE color: 14530741.
HSL color Cylindrical-coordinate representation of color #B5B8DD: hue angle of 235.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5B8DD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 184 | 221 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.13 |
| HSL | 235.5º | 0.37% | 0.79% | - |
| HSV(B) | 235.5º | 0.18% | 0.87% | - |
| XYZ | 49.25 | 49.33 | 75.33 | - |
| YUV | 187.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 221 | 0.18 | 0.17 | 0 | 0.13 | 235.5 | 0.37 | 0.79 |
| Hex | B5 | B8 | DD | 12 | 11 | 0 | D | EC | 25 | 4F |
| Octal | 265 | 270 | 335 | 22 | 21 | 0 | 15 | 354 | 45 | 117 |
| Binary | 10110101 | 10111000 | 11011101 | 10010 | 10001 | 0 | 1101 | 11101100 | 100101 | 1001111 |
Color Harmonies of #B5B8DD
Complementary color
Monochromatic Colors of #B5B8DD
Black with #B5B8DD
Text Example
Text Example
White with #B5B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B8DD; }
p { color: rgb(181,184,221); }
H1.HeaderClassName
{
color: #B5B8DD;
}
.AnyTagClassName
{
color: #B5B8DD;
}
</style>
background-color css
<style>
a { background-color: #B5B8DD; }
a { background-color: rgb(181,184,221); }
div.DivClassName
{
background-color: #B5B8DD;
}
.BgClassName
{
background-color: #B5B8DD;
}
</style>
border-color css
<style>
span { border-color: #B5B8DD; }
span { border-color: rgb(181,184,221); }
td.TdClassName
{
border-color: #B5B8DD;
}
.TagClassName
{
border-color: #B5B8DD;
}
</style>