Shades of Lavender Grey #B0ACD5
Tints of Lavender Grey #B0ACD5
RGB
CMYK
RGB Variations
Color information
#B0ACD5 (or 0xB0ACD5) is known color: Lavender Grey. HEX triplet: B0, AC and D5. RGB value is (176,172,213). Sum of RGB (Red+Green+Blue) = 176+172+213=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #B0ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACD5 is #4F532A. Grayscale: #B1B1B1. Windows color (decimal): -5198635 or 14003376. OLE color: 14003376.
HSL color Cylindrical-coordinate representation of color #B0ACD5: hue angle of 245.85º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0ACD5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 172 | 213 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.16 |
| HSL | 245.85º | 0.33% | 0.75% | - |
| HSV(B) | 245.85º | 0.19% | 0.84% | - |
| XYZ | 44.67 | 43.54 | 69 | - |
| YUV | 177.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 213 | 0.17 | 0.19 | 0 | 0.16 | 245.85 | 0.33 | 0.75 |
| Hex | B0 | AC | D5 | 11 | 13 | 0 | 10 | F6 | 21 | 4B |
| Octal | 260 | 254 | 325 | 21 | 23 | 0 | 20 | 366 | 41 | 113 |
| Binary | 10110000 | 10101100 | 11010101 | 10001 | 10011 | 0 | 10000 | 11110110 | 100001 | 1001011 |
Color Harmonies of #B0ACD5
Complementary color
Monochromatic Colors of #B0ACD5
Black with #B0ACD5
Text Example
Text Example
White with #B0ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ACD5; }
p { color: rgb(176,172,213); }
H1.HeaderClassName
{
color: #B0ACD5;
}
.AnyTagClassName
{
color: #B0ACD5;
}
</style>
background-color css
<style>
a { background-color: #B0ACD5; }
a { background-color: rgb(176,172,213); }
div.DivClassName
{
background-color: #B0ACD5;
}
.BgClassName
{
background-color: #B0ACD5;
}
</style>
border-color css
<style>
span { border-color: #B0ACD5; }
span { border-color: rgb(176,172,213); }
td.TdClassName
{
border-color: #B0ACD5;
}
.TagClassName
{
border-color: #B0ACD5;
}
</style>