Shades of Lavender Grey #B5AFDF
Tints of Lavender Grey #B5AFDF
RGB
CMYK
RGB Variations
Color information
#B5AFDF (or 0xB5AFDF) is known color: Lavender Grey. HEX triplet: B5, AF and DF. RGB value is (181,175,223). Sum of RGB (Red+Green+Blue) = 181+175+223=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFDF is #4A5020. Grayscale: #B6B6B6. Windows color (decimal): -4870177 or 14659509. OLE color: 14659509.
HSL color Cylindrical-coordinate representation of color #B5AFDF: hue angle of 247.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5AFDF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 175 | 223 | - |
CMYK | 0.19 | 0.22 | 0 | 0.13 |
HSL | 247.5º | 0.43% | 0.78% | - |
HSV(B) | 247.5º | 0.22% | 0.87% | - |
XYZ | 47.71 | 45.81 | 76.14 | - |
YUV | 182.27 | 150.99 | 127.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 223 | 0.19 | 0.22 | 0 | 0.13 | 247.5 | 0.43 | 0.78 |
Hex | B5 | AF | DF | 13 | 16 | 0 | D | F8 | 2B | 4E |
Octal | 265 | 257 | 337 | 23 | 26 | 0 | 15 | 370 | 53 | 116 |
Binary | 10110101 | 10101111 | 11011111 | 10011 | 10110 | 0 | 1101 | 11111000 | 101011 | 1001110 |
Color Harmonies of #B5AFDF
Complementary color
Monochromatic Colors of #B5AFDF
Black with #B5AFDF
Text Example
Text Example
White with #B5AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFDF; }
p { color: rgb(181,175,223); }
H1.HeaderClassName
{
color: #B5AFDF;
}
.AnyTagClassName
{
color: #B5AFDF;
}
</style>
background-color css
<style>
a { background-color: #B5AFDF; }
a { background-color: rgb(181,175,223); }
div.DivClassName
{
background-color: #B5AFDF;
}
.BgClassName
{
background-color: #B5AFDF;
}
</style>
border-color css
<style>
span { border-color: #B5AFDF; }
span { border-color: rgb(181,175,223); }
td.TdClassName
{
border-color: #B5AFDF;
}
.TagClassName
{
border-color: #B5AFDF;
}
</style>