Shades of Lavender Grey #B4B8D9
Tints of Lavender Grey #B4B8D9
RGB
CMYK
RGB Variations
Color information
#B4B8D9 (or 0xB4B8D9) is known color: Lavender Grey. HEX triplet: B4, B8 and D9. RGB value is (180,184,217). Sum of RGB (Red+Green+Blue) = 180+184+217=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4B8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8D9 is #4B4726. Grayscale: #BABABA. Windows color (decimal): -4933415 or 14268596. OLE color: 14268596.
HSL color Cylindrical-coordinate representation of color #B4B8D9: hue angle of 233.51º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4B8D9 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 184 | 217 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.15 |
| HSL | 233.51º | 0.33% | 0.78% | - |
| HSV(B) | 233.51º | 0.17% | 0.85% | - |
| XYZ | 48.49 | 48.99 | 72.55 | - |
| YUV | 186.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 217 | 0.17 | 0.15 | 0 | 0.15 | 233.51 | 0.33 | 0.78 |
| Hex | B4 | B8 | D9 | 11 | F | 0 | F | EA | 21 | 4E |
| Octal | 264 | 270 | 331 | 21 | 17 | 0 | 17 | 352 | 41 | 116 |
| Binary | 10110100 | 10111000 | 11011001 | 10001 | 1111 | 0 | 1111 | 11101010 | 100001 | 1001110 |
Color Harmonies of #B4B8D9
Complementary color
Monochromatic Colors of #B4B8D9
Black with #B4B8D9
Text Example
Text Example
White with #B4B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B8D9; }
p { color: rgb(180,184,217); }
H1.HeaderClassName
{
color: #B4B8D9;
}
.AnyTagClassName
{
color: #B4B8D9;
}
</style>
background-color css
<style>
a { background-color: #B4B8D9; }
a { background-color: rgb(180,184,217); }
div.DivClassName
{
background-color: #B4B8D9;
}
.BgClassName
{
background-color: #B4B8D9;
}
</style>
border-color css
<style>
span { border-color: #B4B8D9; }
span { border-color: rgb(180,184,217); }
td.TdClassName
{
border-color: #B4B8D9;
}
.TagClassName
{
border-color: #B4B8D9;
}
</style>