Shades of Lavender Grey #B5AFD7
Tints of Lavender Grey #B5AFD7
RGB
CMYK
RGB Variations
Color information
#B5AFD7 (or 0xB5AFD7) is known color: Lavender Grey. HEX triplet: B5, AF and D7. RGB value is (181,175,215). Sum of RGB (Red+Green+Blue) = 181+175+215=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #B5AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFD7 is #4A5028. Grayscale: #B5B5B5. Windows color (decimal): -4870185 or 14135221. OLE color: 14135221.
HSL color Cylindrical-coordinate representation of color #B5AFD7: hue angle of 249º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5AFD7 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 181 | 175 | 215 | - |
CMYK | 0.16 | 0.19 | 0 | 0.16 |
HSL | 249º | 0.33% | 0.76% | - |
HSV(B) | 249º | 0.19% | 0.84% | - |
XYZ | 46.65 | 45.39 | 70.59 | - |
YUV | 181.35 | 146.99 | 127.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 215 | 0.16 | 0.19 | 0 | 0.16 | 249 | 0.33 | 0.76 |
Hex | B5 | AF | D7 | 10 | 13 | 0 | 10 | F9 | 21 | 4C |
Octal | 265 | 257 | 327 | 20 | 23 | 0 | 20 | 371 | 41 | 114 |
Binary | 10110101 | 10101111 | 11010111 | 10000 | 10011 | 0 | 10000 | 11111001 | 100001 | 1001100 |
Color Harmonies of #B5AFD7
Complementary color
Monochromatic Colors of #B5AFD7
Black with #B5AFD7
Text Example
Text Example
White with #B5AFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFD7; }
p { color: rgb(181,175,215); }
H1.HeaderClassName
{
color: #B5AFD7;
}
.AnyTagClassName
{
color: #B5AFD7;
}
</style>
background-color css
<style>
a { background-color: #B5AFD7; }
a { background-color: rgb(181,175,215); }
div.DivClassName
{
background-color: #B5AFD7;
}
.BgClassName
{
background-color: #B5AFD7;
}
</style>
border-color css
<style>
span { border-color: #B5AFD7; }
span { border-color: rgb(181,175,215); }
td.TdClassName
{
border-color: #B5AFD7;
}
.TagClassName
{
border-color: #B5AFD7;
}
</style>