Shades of Lavender Grey #B0AFDA
Tints of Lavender Grey #B0AFDA
RGB
CMYK
RGB Variations
Color information
#B0AFDA (or 0xB0AFDA) is known color: Lavender Grey. HEX triplet: B0, AF and DA. RGB value is (176,175,218). Sum of RGB (Red+Green+Blue) = 176+175+218=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFDA is #4F5025. Grayscale: #B4B4B4. Windows color (decimal): -5197862 or 14331824. OLE color: 14331824.
HSL color Cylindrical-coordinate representation of color #B0AFDA: hue angle of 241.4º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0AFDA is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 175 | 218 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.15 |
| HSL | 241.4º | 0.37% | 0.77% | - |
| HSV(B) | 241.4º | 0.2% | 0.85% | - |
| XYZ | 45.89 | 44.95 | 72.59 | - |
| YUV | 180.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 218 | 0.19 | 0.20 | 0 | 0.15 | 241.4 | 0.37 | 0.77 |
| Hex | B0 | AF | DA | 13 | 14 | 0 | F | F1 | 25 | 4D |
| Octal | 260 | 257 | 332 | 23 | 24 | 0 | 17 | 361 | 45 | 115 |
| Binary | 10110000 | 10101111 | 11011010 | 10011 | 10100 | 0 | 1111 | 11110001 | 100101 | 1001101 |
Color Harmonies of #B0AFDA
Complementary color
Monochromatic Colors of #B0AFDA
Black with #B0AFDA
Text Example
Text Example
White with #B0AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AFDA; }
p { color: rgb(176,175,218); }
H1.HeaderClassName
{
color: #B0AFDA;
}
.AnyTagClassName
{
color: #B0AFDA;
}
</style>
background-color css
<style>
a { background-color: #B0AFDA; }
a { background-color: rgb(176,175,218); }
div.DivClassName
{
background-color: #B0AFDA;
}
.BgClassName
{
background-color: #B0AFDA;
}
</style>
border-color css
<style>
span { border-color: #B0AFDA; }
span { border-color: rgb(176,175,218); }
td.TdClassName
{
border-color: #B0AFDA;
}
.TagClassName
{
border-color: #B0AFDA;
}
</style>