Shades of Lavender Grey #BABCDA
Tints of Lavender Grey #BABCDA
RGB
CMYK
RGB Variations
Color information
#BABCDA (or 0xBABCDA) is known color: Lavender Grey. HEX triplet: BA, BC and DA. RGB value is (186,188,218). Sum of RGB (Red+Green+Blue) = 186+188+218=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #BABCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCDA is #454325. Grayscale: #BEBEBE. Windows color (decimal): -4539174 or 14335162. OLE color: 14335162.
HSL color Cylindrical-coordinate representation of color #BABCDA: hue angle of 236.25º 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 #BABCDA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 188 | 218 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.15 |
| HSL | 236.25º | 0.3% | 0.79% | - |
| HSV(B) | 236.25º | 0.15% | 0.85% | - |
| XYZ | 50.89 | 51.47 | 73.58 | - |
| YUV | 190.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 218 | 0.15 | 0.14 | 0 | 0.15 | 236.25 | 0.3 | 0.79 |
| Hex | BA | BC | DA | F | E | 0 | F | EC | 1E | 4F |
| Octal | 272 | 274 | 332 | 17 | 16 | 0 | 17 | 354 | 36 | 117 |
| Binary | 10111010 | 10111100 | 11011010 | 1111 | 1110 | 0 | 1111 | 11101100 | 11110 | 1001111 |
Color Harmonies of #BABCDA
Complementary color
Monochromatic Colors of #BABCDA
Black with #BABCDA
Text Example
Text Example
White with #BABCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCDA; }
p { color: rgb(186,188,218); }
H1.HeaderClassName
{
color: #BABCDA;
}
.AnyTagClassName
{
color: #BABCDA;
}
</style>
background-color css
<style>
a { background-color: #BABCDA; }
a { background-color: rgb(186,188,218); }
div.DivClassName
{
background-color: #BABCDA;
}
.BgClassName
{
background-color: #BABCDA;
}
</style>
border-color css
<style>
span { border-color: #BABCDA; }
span { border-color: rgb(186,188,218); }
td.TdClassName
{
border-color: #BABCDA;
}
.TagClassName
{
border-color: #BABCDA;
}
</style>