Shades of Lavender Grey #BABDDA
Tints of Lavender Grey #BABDDA
RGB
CMYK
RGB Variations
Color information
#BABDDA (or 0xBABDDA) is known color: Lavender Grey. HEX triplet: BA, BD and DA. RGB value is (186,189,218). Sum of RGB (Red+Green+Blue) = 186+189+218=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #BABDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDDA is #454225. Grayscale: #BFBFBF. Windows color (decimal): -4538918 or 14335418. OLE color: 14335418.
HSL color Cylindrical-coordinate representation of color #BABDDA: hue angle of 234.38º 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 #BABDDA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 189 | 218 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.15 |
| HSL | 234.38º | 0.3% | 0.79% | - |
| HSV(B) | 234.38º | 0.15% | 0.85% | - |
| XYZ | 51.1 | 51.9 | 73.65 | - |
| YUV | 191.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 218 | 0.15 | 0.13 | 0 | 0.15 | 234.38 | 0.3 | 0.79 |
| Hex | BA | BD | DA | F | D | 0 | F | EA | 1E | 4F |
| Octal | 272 | 275 | 332 | 17 | 15 | 0 | 17 | 352 | 36 | 117 |
| Binary | 10111010 | 10111101 | 11011010 | 1111 | 1101 | 0 | 1111 | 11101010 | 11110 | 1001111 |
Color Harmonies of #BABDDA
Complementary color
Monochromatic Colors of #BABDDA
Black with #BABDDA
Text Example
Text Example
White with #BABDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDDA; }
p { color: rgb(186,189,218); }
H1.HeaderClassName
{
color: #BABDDA;
}
.AnyTagClassName
{
color: #BABDDA;
}
</style>
background-color css
<style>
a { background-color: #BABDDA; }
a { background-color: rgb(186,189,218); }
div.DivClassName
{
background-color: #BABDDA;
}
.BgClassName
{
background-color: #BABDDA;
}
</style>
border-color css
<style>
span { border-color: #BABDDA; }
span { border-color: rgb(186,189,218); }
td.TdClassName
{
border-color: #BABDDA;
}
.TagClassName
{
border-color: #BABDDA;
}
</style>