Shades of Lavender Grey #BABDDC
Tints of Lavender Grey #BABDDC
RGB
CMYK
RGB Variations
Color information
#BABDDC (or 0xBABDDC) is known color: Lavender Grey. HEX triplet: BA, BD and DC. RGB value is (186,189,220). Sum of RGB (Red+Green+Blue) = 186+189+220=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #BABDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDDC is #454223. Grayscale: #BFBFBF. Windows color (decimal): -4538916 or 14466490. OLE color: 14466490.
HSL color Cylindrical-coordinate representation of color #BABDDC: hue angle of 234.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABDDC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 189 | 220 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.14 |
| HSL | 234.71º | 0.33% | 0.8% | - |
| HSV(B) | 234.71º | 0.15% | 0.86% | - |
| XYZ | 51.37 | 52 | 75.04 | - |
| YUV | 191.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 220 | 0.15 | 0.14 | 0 | 0.14 | 234.71 | 0.33 | 0.8 |
| Hex | BA | BD | DC | F | E | 0 | E | EB | 21 | 50 |
| Octal | 272 | 275 | 334 | 17 | 16 | 0 | 16 | 353 | 41 | 120 |
| Binary | 10111010 | 10111101 | 11011100 | 1111 | 1110 | 0 | 1110 | 11101011 | 100001 | 1010000 |
Color Harmonies of #BABDDC
Complementary color
Monochromatic Colors of #BABDDC
Black with #BABDDC
Text Example
Text Example
White with #BABDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDDC; }
p { color: rgb(186,189,220); }
H1.HeaderClassName
{
color: #BABDDC;
}
.AnyTagClassName
{
color: #BABDDC;
}
</style>
background-color css
<style>
a { background-color: #BABDDC; }
a { background-color: rgb(186,189,220); }
div.DivClassName
{
background-color: #BABDDC;
}
.BgClassName
{
background-color: #BABDDC;
}
</style>
border-color css
<style>
span { border-color: #BABDDC; }
span { border-color: rgb(186,189,220); }
td.TdClassName
{
border-color: #BABDDC;
}
.TagClassName
{
border-color: #BABDDC;
}
</style>