Shades of Lavender Grey #BABDE4
Tints of Lavender Grey #BABDE4
RGB
CMYK
RGB Variations
Color information
#BABDE4 (or 0xBABDE4) is known color: Lavender Grey. HEX triplet: BA, BD and E4. RGB value is (186,189,228). Sum of RGB (Red+Green+Blue) = 186+189+228=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #BABDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDE4 is #45421B. Grayscale: #C0C0C0. Windows color (decimal): -4538908 or 14990778. OLE color: 14990778.
HSL color Cylindrical-coordinate representation of color #BABDE4: hue angle of 235.71º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BABDE4 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 189 | 228 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.11 |
| HSL | 235.71º | 0.44% | 0.81% | - |
| HSV(B) | 235.71º | 0.18% | 0.89% | - |
| XYZ | 52.45 | 52.44 | 80.76 | - |
| YUV | 192.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 228 | 0.18 | 0.17 | 0 | 0.11 | 235.71 | 0.44 | 0.81 |
| Hex | BA | BD | E4 | 12 | 11 | 0 | B | EC | 2C | 51 |
| Octal | 272 | 275 | 344 | 22 | 21 | 0 | 13 | 354 | 54 | 121 |
| Binary | 10111010 | 10111101 | 11100100 | 10010 | 10001 | 0 | 1011 | 11101100 | 101100 | 1010001 |
Color Harmonies of #BABDE4
Complementary color
Monochromatic Colors of #BABDE4
Black with #BABDE4
Text Example
Text Example
White with #BABDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDE4; }
p { color: rgb(186,189,228); }
H1.HeaderClassName
{
color: #BABDE4;
}
.AnyTagClassName
{
color: #BABDE4;
}
</style>
background-color css
<style>
a { background-color: #BABDE4; }
a { background-color: rgb(186,189,228); }
div.DivClassName
{
background-color: #BABDE4;
}
.BgClassName
{
background-color: #BABDE4;
}
</style>
border-color css
<style>
span { border-color: #BABDE4; }
span { border-color: rgb(186,189,228); }
td.TdClassName
{
border-color: #BABDE4;
}
.TagClassName
{
border-color: #BABDE4;
}
</style>