Shades of Lavender Grey #B5AFDD
Tints of Lavender Grey #B5AFDD
RGB
CMYK
RGB Variations
Color information
#B5AFDD (or 0xB5AFDD) is known color: Lavender Grey. HEX triplet: B5, AF and DD. RGB value is (181,175,221). Sum of RGB (Red+Green+Blue) = 181+175+221=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFDD is #4A5022. Grayscale: #B5B5B5. Windows color (decimal): -4870179 or 14528437. OLE color: 14528437.
HSL color Cylindrical-coordinate representation of color #B5AFDD: hue angle of 247.83º 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 #B5AFDD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 175 | 221 | - |
CMYK | 0.18 | 0.21 | 0 | 0.13 |
HSL | 247.83º | 0.4% | 0.78% | - |
HSV(B) | 247.83º | 0.21% | 0.87% | - |
XYZ | 47.44 | 45.7 | 74.73 | - |
YUV | 182.04 | 149.99 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 221 | 0.18 | 0.21 | 0 | 0.13 | 247.83 | 0.4 | 0.78 |
Hex | B5 | AF | DD | 12 | 15 | 0 | D | F8 | 28 | 4E |
Octal | 265 | 257 | 335 | 22 | 25 | 0 | 15 | 370 | 50 | 116 |
Binary | 10110101 | 10101111 | 11011101 | 10010 | 10101 | 0 | 1101 | 11111000 | 101000 | 1001110 |
Color Harmonies of #B5AFDD
Complementary color
Monochromatic Colors of #B5AFDD
Black with #B5AFDD
Text Example
Text Example
White with #B5AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFDD; }
p { color: rgb(181,175,221); }
H1.HeaderClassName
{
color: #B5AFDD;
}
.AnyTagClassName
{
color: #B5AFDD;
}
</style>
background-color css
<style>
a { background-color: #B5AFDD; }
a { background-color: rgb(181,175,221); }
div.DivClassName
{
background-color: #B5AFDD;
}
.BgClassName
{
background-color: #B5AFDD;
}
</style>
border-color css
<style>
span { border-color: #B5AFDD; }
span { border-color: rgb(181,175,221); }
td.TdClassName
{
border-color: #B5AFDD;
}
.TagClassName
{
border-color: #B5AFDD;
}
</style>