Shades of Lavender Grey #B4B1DC
Tints of Lavender Grey #B4B1DC
RGB
CMYK
RGB Variations
Color information
#B4B1DC (or 0xB4B1DC) is known color: Lavender Grey. HEX triplet: B4, B1 and DC. RGB value is (180,177,220). Sum of RGB (Red+Green+Blue) = 180+177+220=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4B1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B1DC is #4B4E23. Grayscale: #B6B6B6. Windows color (decimal): -4935204 or 14463412. OLE color: 14463412.
HSL color Cylindrical-coordinate representation of color #B4B1DC: hue angle of 244.19º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4B1DC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 177 | 220 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.14 |
| HSL | 244.19º | 0.38% | 0.78% | - |
| HSV(B) | 244.19º | 0.2% | 0.86% | - |
| XYZ | 47.46 | 46.31 | 74.15 | - |
| YUV | 182.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 220 | 0.18 | 0.20 | 0 | 0.14 | 244.19 | 0.38 | 0.78 |
| Hex | B4 | B1 | DC | 12 | 14 | 0 | E | F4 | 26 | 4E |
| Octal | 264 | 261 | 334 | 22 | 24 | 0 | 16 | 364 | 46 | 116 |
| Binary | 10110100 | 10110001 | 11011100 | 10010 | 10100 | 0 | 1110 | 11110100 | 100110 | 1001110 |
Color Harmonies of #B4B1DC
Complementary color
Monochromatic Colors of #B4B1DC
Black with #B4B1DC
Text Example
Text Example
White with #B4B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B1DC; }
p { color: rgb(180,177,220); }
H1.HeaderClassName
{
color: #B4B1DC;
}
.AnyTagClassName
{
color: #B4B1DC;
}
</style>
background-color css
<style>
a { background-color: #B4B1DC; }
a { background-color: rgb(180,177,220); }
div.DivClassName
{
background-color: #B4B1DC;
}
.BgClassName
{
background-color: #B4B1DC;
}
</style>
border-color css
<style>
span { border-color: #B4B1DC; }
span { border-color: rgb(180,177,220); }
td.TdClassName
{
border-color: #B4B1DC;
}
.TagClassName
{
border-color: #B4B1DC;
}
</style>