Shades of Lavender Grey #B5ADE6
Tints of Lavender Grey #B5ADE6
RGB
CMYK
RGB Variations
Color information
#B5ADE6 (or 0xB5ADE6) is known color: Lavender Grey. HEX triplet: B5, AD and E6. RGB value is (181,173,230). Sum of RGB (Red+Green+Blue) = 181+173+230=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5ADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADE6 is #4A5219. Grayscale: #B5B5B5. Windows color (decimal): -4870682 or 15117749. OLE color: 15117749.
HSL color Cylindrical-coordinate representation of color #B5ADE6: hue angle of 248.42º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5ADE6 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 181 | 173 | 230 | - |
CMYK | 0.21 | 0.25 | 0 | 0.10 |
HSL | 248.42º | 0.53% | 0.79% | - |
HSV(B) | 248.42º | 0.25% | 0.9% | - |
XYZ | 48.28 | 45.42 | 81.09 | - |
YUV | 181.89 | 155.15 | 127.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 230 | 0.21 | 0.25 | 0 | 0.10 | 248.42 | 0.53 | 0.79 |
Hex | B5 | AD | E6 | 15 | 19 | 0 | A | F8 | 35 | 4F |
Octal | 265 | 255 | 346 | 25 | 31 | 0 | 12 | 370 | 65 | 117 |
Binary | 10110101 | 10101101 | 11100110 | 10101 | 11001 | 0 | 1010 | 11111000 | 110101 | 1001111 |
Color Harmonies of #B5ADE6
Complementary color
Monochromatic Colors of #B5ADE6
Black with #B5ADE6
Text Example
Text Example
White with #B5ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADE6; }
p { color: rgb(181,173,230); }
H1.HeaderClassName
{
color: #B5ADE6;
}
.AnyTagClassName
{
color: #B5ADE6;
}
</style>
background-color css
<style>
a { background-color: #B5ADE6; }
a { background-color: rgb(181,173,230); }
div.DivClassName
{
background-color: #B5ADE6;
}
.BgClassName
{
background-color: #B5ADE6;
}
</style>
border-color css
<style>
span { border-color: #B5ADE6; }
span { border-color: rgb(181,173,230); }
td.TdClassName
{
border-color: #B5ADE6;
}
.TagClassName
{
border-color: #B5ADE6;
}
</style>