Shades of Lavender Grey #B3AFDB
Tints of Lavender Grey #B3AFDB
RGB
CMYK
RGB Variations
Color information
#B3AFDB (or 0xB3AFDB) is known color: Lavender Grey. HEX triplet: B3, AF and DB. RGB value is (179,175,219). Sum of RGB (Red+Green+Blue) = 179+175+219=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFDB is #4C5024. Grayscale: #B5B5B5. Windows color (decimal): -5001253 or 14397363. OLE color: 14397363.
HSL color Cylindrical-coordinate representation of color #B3AFDB: hue angle of 245.45º 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 #B3AFDB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 175 | 219 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.14 |
| HSL | 245.45º | 0.38% | 0.77% | - |
| HSV(B) | 245.45º | 0.2% | 0.86% | - |
| XYZ | 46.71 | 45.36 | 73.31 | - |
| YUV | 181.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 219 | 0.18 | 0.20 | 0 | 0.14 | 245.45 | 0.38 | 0.77 |
| Hex | B3 | AF | DB | 12 | 14 | 0 | E | F5 | 26 | 4D |
| Octal | 263 | 257 | 333 | 22 | 24 | 0 | 16 | 365 | 46 | 115 |
| Binary | 10110011 | 10101111 | 11011011 | 10010 | 10100 | 0 | 1110 | 11110101 | 100110 | 1001101 |
Color Harmonies of #B3AFDB
Complementary color
Monochromatic Colors of #B3AFDB
Black with #B3AFDB
Text Example
Text Example
White with #B3AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AFDB; }
p { color: rgb(179,175,219); }
H1.HeaderClassName
{
color: #B3AFDB;
}
.AnyTagClassName
{
color: #B3AFDB;
}
</style>
background-color css
<style>
a { background-color: #B3AFDB; }
a { background-color: rgb(179,175,219); }
div.DivClassName
{
background-color: #B3AFDB;
}
.BgClassName
{
background-color: #B3AFDB;
}
</style>
border-color css
<style>
span { border-color: #B3AFDB; }
span { border-color: rgb(179,175,219); }
td.TdClassName
{
border-color: #B3AFDB;
}
.TagClassName
{
border-color: #B3AFDB;
}
</style>