Shades of Lavender Grey #B0AADC
Tints of Lavender Grey #B0AADC
RGB
CMYK
RGB Variations
Color information
#B0AADC (or 0xB0AADC) is known color: Lavender Grey. HEX triplet: B0, AA and DC. RGB value is (176,170,220). Sum of RGB (Red+Green+Blue) = 176+170+220=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AADC is #4F5523. Grayscale: #B1B1B1. Windows color (decimal): -5199140 or 14461616. OLE color: 14461616.
HSL color Cylindrical-coordinate representation of color #B0AADC: hue angle of 247.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0AADC is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 170 | 220 | - |
| CMYK | 0.2 | 0.23 | 0 | 0.14 |
| HSL | 247.2º | 0.42% | 0.76% | - |
| HSV(B) | 247.2º | 0.23% | 0.86% | - |
| XYZ | 45.2 | 43.15 | 73.66 | - |
| YUV | 177.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 220 | 0.2 | 0.23 | 0 | 0.14 | 247.2 | 0.42 | 0.76 |
| Hex | B0 | AA | DC | 14 | 17 | 0 | E | F7 | 2A | 4C |
| Octal | 260 | 252 | 334 | 24 | 27 | 0 | 16 | 367 | 52 | 114 |
| Binary | 10110000 | 10101010 | 11011100 | 10100 | 10111 | 0 | 1110 | 11110111 | 101010 | 1001100 |
Color Harmonies of #B0AADC
Complementary color
Monochromatic Colors of #B0AADC
Black with #B0AADC
Text Example
Text Example
White with #B0AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AADC; }
p { color: rgb(176,170,220); }
H1.HeaderClassName
{
color: #B0AADC;
}
.AnyTagClassName
{
color: #B0AADC;
}
</style>
background-color css
<style>
a { background-color: #B0AADC; }
a { background-color: rgb(176,170,220); }
div.DivClassName
{
background-color: #B0AADC;
}
.BgClassName
{
background-color: #B0AADC;
}
</style>
border-color css
<style>
span { border-color: #B0AADC; }
span { border-color: rgb(176,170,220); }
td.TdClassName
{
border-color: #B0AADC;
}
.TagClassName
{
border-color: #B0AADC;
}
</style>