Shades of Lavender Grey #B0ACE6
Tints of Lavender Grey #B0ACE6
RGB
CMYK
RGB Variations
Color information
#B0ACE6 (or 0xB0ACE6) is known color: Lavender Grey. HEX triplet: B0, AC and E6. RGB value is (176,172,230). Sum of RGB (Red+Green+Blue) = 176+172+230=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #B0ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACE6 is #4F5319. Grayscale: #B3B3B3. Windows color (decimal): -5198618 or 15117488. OLE color: 15117488.
HSL color Cylindrical-coordinate representation of color #B0ACE6: hue angle of 244.14º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0ACE6 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 172 | 230 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.10 |
| HSL | 244.14º | 0.54% | 0.79% | - |
| HSV(B) | 244.14º | 0.25% | 0.9% | - |
| XYZ | 46.94 | 44.45 | 80.97 | - |
| YUV | 179.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 230 | 0.23 | 0.25 | 0 | 0.10 | 244.14 | 0.54 | 0.79 |
| Hex | B0 | AC | E6 | 17 | 19 | 0 | A | F4 | 36 | 4F |
| Octal | 260 | 254 | 346 | 27 | 31 | 0 | 12 | 364 | 66 | 117 |
| Binary | 10110000 | 10101100 | 11100110 | 10111 | 11001 | 0 | 1010 | 11110100 | 110110 | 1001111 |
Color Harmonies of #B0ACE6
Complementary color
Monochromatic Colors of #B0ACE6
Black with #B0ACE6
Text Example
Text Example
White with #B0ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ACE6; }
p { color: rgb(176,172,230); }
H1.HeaderClassName
{
color: #B0ACE6;
}
.AnyTagClassName
{
color: #B0ACE6;
}
</style>
background-color css
<style>
a { background-color: #B0ACE6; }
a { background-color: rgb(176,172,230); }
div.DivClassName
{
background-color: #B0ACE6;
}
.BgClassName
{
background-color: #B0ACE6;
}
</style>
border-color css
<style>
span { border-color: #B0ACE6; }
span { border-color: rgb(176,172,230); }
td.TdClassName
{
border-color: #B0ACE6;
}
.TagClassName
{
border-color: #B0ACE6;
}
</style>