Shades of Lavender Grey #BABEDB
Tints of Lavender Grey #BABEDB
RGB
CMYK
RGB Variations
Color information
#BABEDB (or 0xBABEDB) is known color: Lavender Grey. HEX triplet: BA, BE and DB. RGB value is (186,190,219). Sum of RGB (Red+Green+Blue) = 186+190+219=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #BABEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEDB is #454124. Grayscale: #BFBFBF. Windows color (decimal): -4538661 or 14401210. OLE color: 14401210.
HSL color Cylindrical-coordinate representation of color #BABEDB: hue angle of 232.73º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABEDB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 190 | 219 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.14 |
| HSL | 232.73º | 0.31% | 0.79% | - |
| HSV(B) | 232.73º | 0.15% | 0.86% | - |
| XYZ | 51.45 | 52.38 | 74.42 | - |
| YUV | 192.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 219 | 0.15 | 0.13 | 0 | 0.14 | 232.73 | 0.31 | 0.79 |
| Hex | BA | BE | DB | F | D | 0 | E | E9 | 1F | 4F |
| Octal | 272 | 276 | 333 | 17 | 15 | 0 | 16 | 351 | 37 | 117 |
| Binary | 10111010 | 10111110 | 11011011 | 1111 | 1101 | 0 | 1110 | 11101001 | 11111 | 1001111 |
Color Harmonies of #BABEDB
Complementary color
Monochromatic Colors of #BABEDB
Black with #BABEDB
Text Example
Text Example
White with #BABEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEDB; }
p { color: rgb(186,190,219); }
H1.HeaderClassName
{
color: #BABEDB;
}
.AnyTagClassName
{
color: #BABEDB;
}
</style>
background-color css
<style>
a { background-color: #BABEDB; }
a { background-color: rgb(186,190,219); }
div.DivClassName
{
background-color: #BABEDB;
}
.BgClassName
{
background-color: #BABEDB;
}
</style>
border-color css
<style>
span { border-color: #BABEDB; }
span { border-color: rgb(186,190,219); }
td.TdClassName
{
border-color: #BABEDB;
}
.TagClassName
{
border-color: #BABEDB;
}
</style>