Shades of Lavender Grey #BABEDA
Tints of Lavender Grey #BABEDA
RGB
CMYK
RGB Variations
Color information
#BABEDA (or 0xBABEDA) is known color: Lavender Grey. HEX triplet: BA, BE and DA. RGB value is (186,190,218). Sum of RGB (Red+Green+Blue) = 186+190+218=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #BABEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEDA is #454125. Grayscale: #BFBFBF. Windows color (decimal): -4538662 or 14335674. OLE color: 14335674.
HSL color Cylindrical-coordinate representation of color #BABEDA: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABEDA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 190 | 218 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.15 |
| HSL | 232.5º | 0.3% | 0.79% | - |
| HSV(B) | 232.5º | 0.15% | 0.85% | - |
| XYZ | 51.32 | 52.33 | 73.73 | - |
| YUV | 192 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 218 | 0.15 | 0.13 | 0 | 0.15 | 232.5 | 0.3 | 0.79 |
| Hex | BA | BE | DA | F | D | 0 | F | E8 | 1E | 4F |
| Octal | 272 | 276 | 332 | 17 | 15 | 0 | 17 | 350 | 36 | 117 |
| Binary | 10111010 | 10111110 | 11011010 | 1111 | 1101 | 0 | 1111 | 11101000 | 11110 | 1001111 |
Color Harmonies of #BABEDA
Complementary color
Monochromatic Colors of #BABEDA
Black with #BABEDA
Text Example
Text Example
White with #BABEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEDA; }
p { color: rgb(186,190,218); }
H1.HeaderClassName
{
color: #BABEDA;
}
.AnyTagClassName
{
color: #BABEDA;
}
</style>
background-color css
<style>
a { background-color: #BABEDA; }
a { background-color: rgb(186,190,218); }
div.DivClassName
{
background-color: #BABEDA;
}
.BgClassName
{
background-color: #BABEDA;
}
</style>
border-color css
<style>
span { border-color: #BABEDA; }
span { border-color: rgb(186,190,218); }
td.TdClassName
{
border-color: #BABEDA;
}
.TagClassName
{
border-color: #BABEDA;
}
</style>