Shades of Lavender Grey #B0ABE4
Tints of Lavender Grey #B0ABE4
RGB
CMYK
RGB Variations
Color information
#B0ABE4 (or 0xB0ABE4) is known color: Lavender Grey. HEX triplet: B0, AB and E4. RGB value is (176,171,228). Sum of RGB (Red+Green+Blue) = 176+171+228=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #B0ABE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABE4 is #4F541B. Grayscale: #B2B2B2. Windows color (decimal): -5198876 or 14986160. OLE color: 14986160.
HSL color Cylindrical-coordinate representation of color #B0ABE4: hue angle of 245.26º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0ABE4 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 171 | 228 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.11 |
| HSL | 245.26º | 0.51% | 0.78% | - |
| HSV(B) | 245.26º | 0.25% | 0.89% | - |
| XYZ | 46.47 | 43.96 | 79.43 | - |
| YUV | 178.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 228 | 0.23 | 0.25 | 0 | 0.11 | 245.26 | 0.51 | 0.78 |
| Hex | B0 | AB | E4 | 17 | 19 | 0 | B | F5 | 33 | 4E |
| Octal | 260 | 253 | 344 | 27 | 31 | 0 | 13 | 365 | 63 | 116 |
| Binary | 10110000 | 10101011 | 11100100 | 10111 | 11001 | 0 | 1011 | 11110101 | 110011 | 1001110 |
Color Harmonies of #B0ABE4
Complementary color
Monochromatic Colors of #B0ABE4
Black with #B0ABE4
Text Example
Text Example
White with #B0ABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABE4; }
p { color: rgb(176,171,228); }
H1.HeaderClassName
{
color: #B0ABE4;
}
.AnyTagClassName
{
color: #B0ABE4;
}
</style>
background-color css
<style>
a { background-color: #B0ABE4; }
a { background-color: rgb(176,171,228); }
div.DivClassName
{
background-color: #B0ABE4;
}
.BgClassName
{
background-color: #B0ABE4;
}
</style>
border-color css
<style>
span { border-color: #B0ABE4; }
span { border-color: rgb(176,171,228); }
td.TdClassName
{
border-color: #B0ABE4;
}
.TagClassName
{
border-color: #B0ABE4;
}
</style>