Shades of Lavender Grey #B5AEEC
Tints of Lavender Grey #B5AEEC
RGB
CMYK
RGB Variations
Color information
#B5AEEC (or 0xB5AEEC) is known color: Lavender Grey. HEX triplet: B5, AE and EC. RGB value is (181,174,236). Sum of RGB (Red+Green+Blue) = 181+174+236=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AEEC is #4A5113. Grayscale: #B6B6B6. Windows color (decimal): -4870420 or 15511221. OLE color: 15511221.
HSL color Cylindrical-coordinate representation of color #B5AEEC: hue angle of 246.77º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5AEEC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 174 | 236 | - |
CMYK | 0.23 | 0.26 | 0 | 0.07 |
HSL | 246.77º | 0.62% | 0.8% | - |
HSV(B) | 246.77º | 0.26% | 0.93% | - |
XYZ | 49.33 | 46.15 | 85.67 | - |
YUV | 183.16 | 157.82 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 236 | 0.23 | 0.26 | 0 | 0.07 | 246.77 | 0.62 | 0.8 |
Hex | B5 | AE | EC | 17 | 1A | 0 | 7 | F7 | 3E | 50 |
Octal | 265 | 256 | 354 | 27 | 32 | 0 | 7 | 367 | 76 | 120 |
Binary | 10110101 | 10101110 | 11101100 | 10111 | 11010 | 0 | 111 | 11110111 | 111110 | 1010000 |
Color Harmonies of #B5AEEC
Complementary color
Monochromatic Colors of #B5AEEC
Black with #B5AEEC
Text Example
Text Example
White with #B5AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEEC; }
p { color: rgb(181,174,236); }
H1.HeaderClassName
{
color: #B5AEEC;
}
.AnyTagClassName
{
color: #B5AEEC;
}
</style>
background-color css
<style>
a { background-color: #B5AEEC; }
a { background-color: rgb(181,174,236); }
div.DivClassName
{
background-color: #B5AEEC;
}
.BgClassName
{
background-color: #B5AEEC;
}
</style>
border-color css
<style>
span { border-color: #B5AEEC; }
span { border-color: rgb(181,174,236); }
td.TdClassName
{
border-color: #B5AEEC;
}
.TagClassName
{
border-color: #B5AEEC;
}
</style>