Shades of Lavender Grey #B5AFE2
Tints of Lavender Grey #B5AFE2
RGB
CMYK
RGB Variations
Color information
#B5AFE2 (or 0xB5AFE2) is known color: Lavender Grey. HEX triplet: B5, AF and E2. RGB value is (181,175,226). Sum of RGB (Red+Green+Blue) = 181+175+226=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #B5AFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFE2 is #4A501D. Grayscale: #B6B6B6. Windows color (decimal): -4870174 or 14856117. OLE color: 14856117.
HSL color Cylindrical-coordinate representation of color #B5AFE2: hue angle of 247.06º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5AFE2 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 175 | 226 | - |
CMYK | 0.20 | 0.23 | 0 | 0.11 |
HSL | 247.06º | 0.47% | 0.79% | - |
HSV(B) | 247.06º | 0.23% | 0.89% | - |
XYZ | 48.11 | 45.97 | 78.29 | - |
YUV | 182.61 | 152.49 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 226 | 0.20 | 0.23 | 0 | 0.11 | 247.06 | 0.47 | 0.79 |
Hex | B5 | AF | E2 | 14 | 17 | 0 | B | F7 | 2F | 4F |
Octal | 265 | 257 | 342 | 24 | 27 | 0 | 13 | 367 | 57 | 117 |
Binary | 10110101 | 10101111 | 11100010 | 10100 | 10111 | 0 | 1011 | 11110111 | 101111 | 1001111 |
Color Harmonies of #B5AFE2
Complementary color
Monochromatic Colors of #B5AFE2
Black with #B5AFE2
Text Example
Text Example
White with #B5AFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFE2; }
p { color: rgb(181,175,226); }
H1.HeaderClassName
{
color: #B5AFE2;
}
.AnyTagClassName
{
color: #B5AFE2;
}
</style>
background-color css
<style>
a { background-color: #B5AFE2; }
a { background-color: rgb(181,175,226); }
div.DivClassName
{
background-color: #B5AFE2;
}
.BgClassName
{
background-color: #B5AFE2;
}
</style>
border-color css
<style>
span { border-color: #B5AFE2; }
span { border-color: rgb(181,175,226); }
td.TdClassName
{
border-color: #B5AFE2;
}
.TagClassName
{
border-color: #B5AFE2;
}
</style>