Shades of Lavender Grey #B4B0DC
Tints of Lavender Grey #B4B0DC
RGB
CMYK
RGB Variations
Color information
#B4B0DC (or 0xB4B0DC) is known color: Lavender Grey. HEX triplet: B4, B0 and DC. RGB value is (180,176,220). Sum of RGB (Red+Green+Blue) = 180+176+220=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0DC is #4B4F23. Grayscale: #B6B6B6. Windows color (decimal): -4935460 or 14463156. OLE color: 14463156.
HSL color Cylindrical-coordinate representation of color #B4B0DC: hue angle of 245.45º degrees, saturation: 0.39, 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 #B4B0DC is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 176 | 220 | - |
| CMYK | 0.18 | 0.2 | 0 | 0.14 |
| HSL | 245.45º | 0.39% | 0.78% | - |
| HSV(B) | 245.45º | 0.2% | 0.86% | - |
| XYZ | 47.27 | 45.92 | 74.08 | - |
| YUV | 182.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 220 | 0.18 | 0.2 | 0 | 0.14 | 245.45 | 0.39 | 0.78 |
| Hex | B4 | B0 | DC | 12 | 14 | 0 | E | F5 | 27 | 4E |
| Octal | 264 | 260 | 334 | 22 | 24 | 0 | 16 | 365 | 47 | 116 |
| Binary | 10110100 | 10110000 | 11011100 | 10010 | 10100 | 0 | 1110 | 11110101 | 100111 | 1001110 |
Color Harmonies of #B4B0DC
Complementary color
Monochromatic Colors of #B4B0DC
Black with #B4B0DC
Text Example
Text Example
White with #B4B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B0DC; }
p { color: rgb(180,176,220); }
H1.HeaderClassName
{
color: #B4B0DC;
}
.AnyTagClassName
{
color: #B4B0DC;
}
</style>
background-color css
<style>
a { background-color: #B4B0DC; }
a { background-color: rgb(180,176,220); }
div.DivClassName
{
background-color: #B4B0DC;
}
.BgClassName
{
background-color: #B4B0DC;
}
</style>
border-color css
<style>
span { border-color: #B4B0DC; }
span { border-color: rgb(180,176,220); }
td.TdClassName
{
border-color: #B4B0DC;
}
.TagClassName
{
border-color: #B4B0DC;
}
</style>