Shades of Lavender Grey #B4ACE3
Tints of Lavender Grey #B4ACE3
RGB
CMYK
RGB Variations
Color information
#B4ACE3 (or 0xB4ACE3) is known color: Lavender Grey. HEX triplet: B4, AC and E3. RGB value is (180,172,227). Sum of RGB (Red+Green+Blue) = 180+172+227=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #B4ACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACE3 is #4B531C. Grayscale: #B4B4B4. Windows color (decimal): -4936477 or 14920884. OLE color: 14920884.
HSL color Cylindrical-coordinate representation of color #B4ACE3: hue angle of 248.73º degrees, saturation: 0.5, 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 #B4ACE3 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 172 | 227 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.11 |
| HSL | 248.73º | 0.5% | 0.78% | - |
| HSV(B) | 248.73º | 0.24% | 0.89% | - |
| XYZ | 47.44 | 44.75 | 78.81 | - |
| YUV | 180.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 227 | 0.21 | 0.24 | 0 | 0.11 | 248.73 | 0.5 | 0.78 |
| Hex | B4 | AC | E3 | 15 | 18 | 0 | B | F9 | 32 | 4E |
| Octal | 264 | 254 | 343 | 25 | 30 | 0 | 13 | 371 | 62 | 116 |
| Binary | 10110100 | 10101100 | 11100011 | 10101 | 11000 | 0 | 1011 | 11111001 | 110010 | 1001110 |
Color Harmonies of #B4ACE3
Complementary color
Monochromatic Colors of #B4ACE3
Black with #B4ACE3
Text Example
Text Example
White with #B4ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ACE3; }
p { color: rgb(180,172,227); }
H1.HeaderClassName
{
color: #B4ACE3;
}
.AnyTagClassName
{
color: #B4ACE3;
}
</style>
background-color css
<style>
a { background-color: #B4ACE3; }
a { background-color: rgb(180,172,227); }
div.DivClassName
{
background-color: #B4ACE3;
}
.BgClassName
{
background-color: #B4ACE3;
}
</style>
border-color css
<style>
span { border-color: #B4ACE3; }
span { border-color: rgb(180,172,227); }
td.TdClassName
{
border-color: #B4ACE3;
}
.TagClassName
{
border-color: #B4ACE3;
}
</style>