Shades of Lavender Grey #BABCDD
Tints of Lavender Grey #BABCDD
RGB
CMYK
RGB Variations
Color information
#BABCDD (or 0xBABCDD) is known color: Lavender Grey. HEX triplet: BA, BC and DD. RGB value is (186,188,221). Sum of RGB (Red+Green+Blue) = 186+188+221=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #BABCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCDD is #454322. Grayscale: #BFBFBF. Windows color (decimal): -4539171 or 14531770. OLE color: 14531770.
HSL color Cylindrical-coordinate representation of color #BABCDD: hue angle of 236.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BABCDD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 186 | 188 | 221 | - |
CMYK | 0.16 | 0.15 | 0 | 0.13 |
HSL | 236.57º | 0.34% | 0.8% | - |
HSV(B) | 236.57º | 0.16% | 0.87% | - |
XYZ | 51.28 | 51.63 | 75.67 | - |
YUV | 191.16 | 144.84 | 124.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 188 | 221 | 0.16 | 0.15 | 0 | 0.13 | 236.57 | 0.34 | 0.8 |
Hex | BA | BC | DD | 10 | F | 0 | D | ED | 22 | 50 |
Octal | 272 | 274 | 335 | 20 | 17 | 0 | 15 | 355 | 42 | 120 |
Binary | 10111010 | 10111100 | 11011101 | 10000 | 1111 | 0 | 1101 | 11101101 | 100010 | 1010000 |
Color Harmonies of #BABCDD
Complementary color
Monochromatic Colors of #BABCDD
Black with #BABCDD
Text Example
Text Example
White with #BABCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCDD; }
p { color: rgb(186,188,221); }
H1.HeaderClassName
{
color: #BABCDD;
}
.AnyTagClassName
{
color: #BABCDD;
}
</style>
background-color css
<style>
a { background-color: #BABCDD; }
a { background-color: rgb(186,188,221); }
div.DivClassName
{
background-color: #BABCDD;
}
.BgClassName
{
background-color: #BABCDD;
}
</style>
border-color css
<style>
span { border-color: #BABCDD; }
span { border-color: rgb(186,188,221); }
td.TdClassName
{
border-color: #BABCDD;
}
.TagClassName
{
border-color: #BABCDD;
}
</style>