Shades of Lavender Grey #B5ACE1
Tints of Lavender Grey #B5ACE1
RGB
CMYK
RGB Variations
Color information
#B5ACE1 (or 0xB5ACE1) is known color: Lavender Grey. HEX triplet: B5, AC and E1. RGB value is (181,172,225). Sum of RGB (Red+Green+Blue) = 181+172+225=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #B5ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACE1 is #4A531E. Grayscale: #B4B4B4. Windows color (decimal): -4870943 or 14789813. OLE color: 14789813.
HSL color Cylindrical-coordinate representation of color #B5ACE1: hue angle of 250.19º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5ACE1 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 181 | 172 | 225 | - |
CMYK | 0.20 | 0.24 | 0 | 0.12 |
HSL | 250.19º | 0.47% | 0.78% | - |
HSV(B) | 250.19º | 0.24% | 0.88% | - |
XYZ | 47.4 | 44.77 | 77.38 | - |
YUV | 180.73 | 152.98 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 172 | 225 | 0.20 | 0.24 | 0 | 0.12 | 250.19 | 0.47 | 0.78 |
Hex | B5 | AC | E1 | 14 | 18 | 0 | C | FA | 2F | 4E |
Octal | 265 | 254 | 341 | 24 | 30 | 0 | 14 | 372 | 57 | 116 |
Binary | 10110101 | 10101100 | 11100001 | 10100 | 11000 | 0 | 1100 | 11111010 | 101111 | 1001110 |
Color Harmonies of #B5ACE1
Complementary color
Monochromatic Colors of #B5ACE1
Black with #B5ACE1
Text Example
Text Example
White with #B5ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACE1; }
p { color: rgb(181,172,225); }
H1.HeaderClassName
{
color: #B5ACE1;
}
.AnyTagClassName
{
color: #B5ACE1;
}
</style>
background-color css
<style>
a { background-color: #B5ACE1; }
a { background-color: rgb(181,172,225); }
div.DivClassName
{
background-color: #B5ACE1;
}
.BgClassName
{
background-color: #B5ACE1;
}
</style>
border-color css
<style>
span { border-color: #B5ACE1; }
span { border-color: rgb(181,172,225); }
td.TdClassName
{
border-color: #B5ACE1;
}
.TagClassName
{
border-color: #B5ACE1;
}
</style>