Shades of Lavender Grey #B3AFDD
Tints of Lavender Grey #B3AFDD
RGB
CMYK
RGB Variations
Color information
#B3AFDD (or 0xB3AFDD) is known color: Lavender Grey. HEX triplet: B3, AF and DD. RGB value is (179,175,221). Sum of RGB (Red+Green+Blue) = 179+175+221=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFDD is #4C5022. Grayscale: #B5B5B5. Windows color (decimal): -5001251 or 14528435. OLE color: 14528435.
HSL color Cylindrical-coordinate representation of color #B3AFDD: hue angle of 245.22º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3AFDD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 175 | 221 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.13 |
| HSL | 245.22º | 0.4% | 0.78% | - |
| HSV(B) | 245.22º | 0.21% | 0.87% | - |
| XYZ | 46.97 | 45.46 | 74.71 | - |
| YUV | 181.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 221 | 0.19 | 0.21 | 0 | 0.13 | 245.22 | 0.4 | 0.78 |
| Hex | B3 | AF | DD | 13 | 15 | 0 | D | F5 | 28 | 4E |
| Octal | 263 | 257 | 335 | 23 | 25 | 0 | 15 | 365 | 50 | 116 |
| Binary | 10110011 | 10101111 | 11011101 | 10011 | 10101 | 0 | 1101 | 11110101 | 101000 | 1001110 |
Color Harmonies of #B3AFDD
Complementary color
Monochromatic Colors of #B3AFDD
Black with #B3AFDD
Text Example
Text Example
White with #B3AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AFDD; }
p { color: rgb(179,175,221); }
H1.HeaderClassName
{
color: #B3AFDD;
}
.AnyTagClassName
{
color: #B3AFDD;
}
</style>
background-color css
<style>
a { background-color: #B3AFDD; }
a { background-color: rgb(179,175,221); }
div.DivClassName
{
background-color: #B3AFDD;
}
.BgClassName
{
background-color: #B3AFDD;
}
</style>
border-color css
<style>
span { border-color: #B3AFDD; }
span { border-color: rgb(179,175,221); }
td.TdClassName
{
border-color: #B3AFDD;
}
.TagClassName
{
border-color: #B3AFDD;
}
</style>