Shades of Lavender Grey #B5AFDB
Tints of Lavender Grey #B5AFDB
RGB
CMYK
RGB Variations
Color information
#B5AFDB (or 0xB5AFDB) is known color: Lavender Grey. HEX triplet: B5, AF and DB. RGB value is (181,175,219). Sum of RGB (Red+Green+Blue) = 181+175+219=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFDB is #4A5024. Grayscale: #B5B5B5. Windows color (decimal): -4870181 or 14397365. OLE color: 14397365.
HSL color Cylindrical-coordinate representation of color #B5AFDB: hue angle of 248.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5AFDB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 175 | 219 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.14 |
| HSL | 248.18º | 0.38% | 0.77% | - |
| HSV(B) | 248.18º | 0.2% | 0.86% | - |
| XYZ | 47.17 | 45.6 | 73.33 | - |
| YUV | 181.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 219 | 0.17 | 0.20 | 0 | 0.14 | 248.18 | 0.38 | 0.77 |
| Hex | B5 | AF | DB | 11 | 14 | 0 | E | F8 | 26 | 4D |
| Octal | 265 | 257 | 333 | 21 | 24 | 0 | 16 | 370 | 46 | 115 |
| Binary | 10110101 | 10101111 | 11011011 | 10001 | 10100 | 0 | 1110 | 11111000 | 100110 | 1001101 |
Color Harmonies of #B5AFDB
Complementary color
Monochromatic Colors of #B5AFDB
Black with #B5AFDB
Text Example
Text Example
White with #B5AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFDB; }
p { color: rgb(181,175,219); }
H1.HeaderClassName
{
color: #B5AFDB;
}
.AnyTagClassName
{
color: #B5AFDB;
}
</style>
background-color css
<style>
a { background-color: #B5AFDB; }
a { background-color: rgb(181,175,219); }
div.DivClassName
{
background-color: #B5AFDB;
}
.BgClassName
{
background-color: #B5AFDB;
}
</style>
border-color css
<style>
span { border-color: #B5AFDB; }
span { border-color: rgb(181,175,219); }
td.TdClassName
{
border-color: #B5AFDB;
}
.TagClassName
{
border-color: #B5AFDB;
}
</style>