Shades of Lavender Grey #B5AEED
Tints of Lavender Grey #B5AEED
RGB
CMYK
RGB Variations
Color information
#B5AEED (or 0xB5AEED) is known color: Lavender Grey. HEX triplet: B5, AE and ED. RGB value is (181,174,237). Sum of RGB (Red+Green+Blue) = 181+174+237=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AEED is #4A5112. Grayscale: #B7B7B7. Windows color (decimal): -4870419 or 15576757. OLE color: 15576757.
HSL color Cylindrical-coordinate representation of color #B5AEED: hue angle of 246.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5AEED is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 174 | 237 | - |
CMYK | 0.24 | 0.27 | 0 | 0.07 |
HSL | 246.67º | 0.64% | 0.81% | - |
HSV(B) | 246.67º | 0.27% | 0.93% | - |
XYZ | 49.48 | 46.21 | 86.43 | - |
YUV | 183.28 | 158.32 | 126.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 237 | 0.24 | 0.27 | 0 | 0.07 | 246.67 | 0.64 | 0.81 |
Hex | B5 | AE | ED | 18 | 1B | 0 | 7 | F7 | 40 | 51 |
Octal | 265 | 256 | 355 | 30 | 33 | 0 | 7 | 367 | 100 | 121 |
Binary | 10110101 | 10101110 | 11101101 | 11000 | 11011 | 0 | 111 | 11110111 | 1000000 | 1010001 |
Color Harmonies of #B5AEED
Complementary color
Monochromatic Colors of #B5AEED
Black with #B5AEED
Text Example
Text Example
White with #B5AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEED; }
p { color: rgb(181,174,237); }
H1.HeaderClassName
{
color: #B5AEED;
}
.AnyTagClassName
{
color: #B5AEED;
}
</style>
background-color css
<style>
a { background-color: #B5AEED; }
a { background-color: rgb(181,174,237); }
div.DivClassName
{
background-color: #B5AEED;
}
.BgClassName
{
background-color: #B5AEED;
}
</style>
border-color css
<style>
span { border-color: #B5AEED; }
span { border-color: rgb(181,174,237); }
td.TdClassName
{
border-color: #B5AEED;
}
.TagClassName
{
border-color: #B5AEED;
}
</style>