Shades of Lavender Grey #B2ACDD
Tints of Lavender Grey #B2ACDD
RGB
CMYK
RGB Variations
Color information
#B2ACDD (or 0xB2ACDD) is known color: Lavender Grey. HEX triplet: B2, AC and DD. RGB value is (178,172,221). Sum of RGB (Red+Green+Blue) = 178+172+221=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACDD is #4D5322. Grayscale: #B3B3B3. Windows color (decimal): -5067555 or 14527666. OLE color: 14527666.
HSL color Cylindrical-coordinate representation of color #B2ACDD: hue angle of 247.35º 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 #B2ACDD is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 172 | 221 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.13 |
| HSL | 247.35º | 0.42% | 0.77% | - |
| HSV(B) | 247.35º | 0.22% | 0.87% | - |
| XYZ | 46.16 | 44.19 | 74.5 | - |
| YUV | 179.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 221 | 0.19 | 0.22 | 0 | 0.13 | 247.35 | 0.42 | 0.77 |
| Hex | B2 | AC | DD | 13 | 16 | 0 | D | F7 | 2A | 4D |
| Octal | 262 | 254 | 335 | 23 | 26 | 0 | 15 | 367 | 52 | 115 |
| Binary | 10110010 | 10101100 | 11011101 | 10011 | 10110 | 0 | 1101 | 11110111 | 101010 | 1001101 |
Color Harmonies of #B2ACDD
Complementary color
Monochromatic Colors of #B2ACDD
Black with #B2ACDD
Text Example
Text Example
White with #B2ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACDD; }
p { color: rgb(178,172,221); }
H1.HeaderClassName
{
color: #B2ACDD;
}
.AnyTagClassName
{
color: #B2ACDD;
}
</style>
background-color css
<style>
a { background-color: #B2ACDD; }
a { background-color: rgb(178,172,221); }
div.DivClassName
{
background-color: #B2ACDD;
}
.BgClassName
{
background-color: #B2ACDD;
}
</style>
border-color css
<style>
span { border-color: #B2ACDD; }
span { border-color: rgb(178,172,221); }
td.TdClassName
{
border-color: #B2ACDD;
}
.TagClassName
{
border-color: #B2ACDD;
}
</style>