Shades of Lavender Grey #B4ACDD
Tints of Lavender Grey #B4ACDD
RGB
CMYK
RGB Variations
Color information
#B4ACDD (or 0xB4ACDD) is known color: Lavender Grey. HEX triplet: B4, AC and DD. RGB value is (180,172,221). Sum of RGB (Red+Green+Blue) = 180+172+221=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACDD is #4B5322. Grayscale: #B3B3B3. Windows color (decimal): -4936483 or 14527668. OLE color: 14527668.
HSL color Cylindrical-coordinate representation of color #B4ACDD: hue angle of 249.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4ACDD is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 172 | 221 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.13 |
| HSL | 249.8º | 0.42% | 0.77% | - |
| HSV(B) | 249.8º | 0.22% | 0.87% | - |
| XYZ | 46.63 | 44.43 | 74.52 | - |
| YUV | 179.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 221 | 0.19 | 0.22 | 0 | 0.13 | 249.8 | 0.42 | 0.77 |
| Hex | B4 | AC | DD | 13 | 16 | 0 | D | FA | 2A | 4D |
| Octal | 264 | 254 | 335 | 23 | 26 | 0 | 15 | 372 | 52 | 115 |
| Binary | 10110100 | 10101100 | 11011101 | 10011 | 10110 | 0 | 1101 | 11111010 | 101010 | 1001101 |
Color Harmonies of #B4ACDD
Complementary color
Monochromatic Colors of #B4ACDD
Black with #B4ACDD
Text Example
Text Example
White with #B4ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ACDD; }
p { color: rgb(180,172,221); }
H1.HeaderClassName
{
color: #B4ACDD;
}
.AnyTagClassName
{
color: #B4ACDD;
}
</style>
background-color css
<style>
a { background-color: #B4ACDD; }
a { background-color: rgb(180,172,221); }
div.DivClassName
{
background-color: #B4ACDD;
}
.BgClassName
{
background-color: #B4ACDD;
}
</style>
border-color css
<style>
span { border-color: #B4ACDD; }
span { border-color: rgb(180,172,221); }
td.TdClassName
{
border-color: #B4ACDD;
}
.TagClassName
{
border-color: #B4ACDD;
}
</style>