Shades of Lavender Grey #BABCD4
Tints of Lavender Grey #BABCD4
RGB
CMYK
RGB Variations
Color information
#BABCD4 (or 0xBABCD4) is known color: Lavender Grey. HEX triplet: BA, BC and D4. RGB value is (186,188,212). Sum of RGB (Red+Green+Blue) = 186+188+212=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 212 - color contains mainly: blue. Hex color #BABCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD4 is #45432B. Grayscale: #BEBEBE. Windows color (decimal): -4539180 or 13941946. OLE color: 13941946.
HSL color Cylindrical-coordinate representation of color #BABCD4: hue angle of 235.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABCD4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 188 | 212 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.17 |
| HSL | 235.38º | 0.23% | 0.78% | - |
| HSV(B) | 235.38º | 0.12% | 0.83% | - |
| XYZ | 50.12 | 51.16 | 69.52 | - |
| YUV | 190.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 212 | 0.12 | 0.11 | 0 | 0.17 | 235.38 | 0.23 | 0.78 |
| Hex | BA | BC | D4 | C | B | 0 | 11 | EB | 17 | 4E |
| Octal | 272 | 274 | 324 | 14 | 13 | 0 | 21 | 353 | 27 | 116 |
| Binary | 10111010 | 10111100 | 11010100 | 1100 | 1011 | 0 | 10001 | 11101011 | 10111 | 1001110 |
Color Harmonies of #BABCD4
Complementary color
Monochromatic Colors of #BABCD4
Black with #BABCD4
Text Example
Text Example
White with #BABCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCD4; }
p { color: rgb(186,188,212); }
H1.HeaderClassName
{
color: #BABCD4;
}
.AnyTagClassName
{
color: #BABCD4;
}
</style>
background-color css
<style>
a { background-color: #BABCD4; }
a { background-color: rgb(186,188,212); }
div.DivClassName
{
background-color: #BABCD4;
}
.BgClassName
{
background-color: #BABCD4;
}
</style>
border-color css
<style>
span { border-color: #BABCD4; }
span { border-color: rgb(186,188,212); }
td.TdClassName
{
border-color: #BABCD4;
}
.TagClassName
{
border-color: #BABCD4;
}
</style>