Shades of Lavender Grey #B5ACE2
Tints of Lavender Grey #B5ACE2
RGB
CMYK
RGB Variations
Color information
#B5ACE2 (or 0xB5ACE2) is known color: Lavender Grey. HEX triplet: B5, AC and E2. RGB value is (181,172,226). Sum of RGB (Red+Green+Blue) = 181+172+226=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 226 - color contains mainly: blue. Hex color #B5ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACE2 is #4A531D. Grayscale: #B4B4B4. Windows color (decimal): -4870942 or 14855349. OLE color: 14855349.
HSL color Cylindrical-coordinate representation of color #B5ACE2: hue angle of 250º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5ACE2 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 172 | 226 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.11 |
| HSL | 250º | 0.48% | 0.78% | - |
| HSV(B) | 250º | 0.24% | 0.89% | - |
| XYZ | 47.54 | 44.82 | 78.1 | - |
| YUV | 180.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 172 | 226 | 0.20 | 0.24 | 0 | 0.11 | 250 | 0.48 | 0.78 |
| Hex | B5 | AC | E2 | 14 | 18 | 0 | B | FA | 30 | 4E |
| Octal | 265 | 254 | 342 | 24 | 30 | 0 | 13 | 372 | 60 | 116 |
| Binary | 10110101 | 10101100 | 11100010 | 10100 | 11000 | 0 | 1011 | 11111010 | 110000 | 1001110 |
Color Harmonies of #B5ACE2
Complementary color
Monochromatic Colors of #B5ACE2
Black with #B5ACE2
Text Example
Text Example
White with #B5ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACE2; }
p { color: rgb(181,172,226); }
H1.HeaderClassName
{
color: #B5ACE2;
}
.AnyTagClassName
{
color: #B5ACE2;
}
</style>
background-color css
<style>
a { background-color: #B5ACE2; }
a { background-color: rgb(181,172,226); }
div.DivClassName
{
background-color: #B5ACE2;
}
.BgClassName
{
background-color: #B5ACE2;
}
</style>
border-color css
<style>
span { border-color: #B5ACE2; }
span { border-color: rgb(181,172,226); }
td.TdClassName
{
border-color: #B5ACE2;
}
.TagClassName
{
border-color: #B5ACE2;
}
</style>