Shades of Lavender Grey #BABBDF
Tints of Lavender Grey #BABBDF
RGB
CMYK
RGB Variations
Color information
#BABBDF (or 0xBABBDF) is known color: Lavender Grey. HEX triplet: BA, BB and DF. RGB value is (186,187,223). Sum of RGB (Red+Green+Blue) = 186+187+223=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #BABBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBDF is #454420. Grayscale: #BEBEBE. Windows color (decimal): -4539425 or 14662586. OLE color: 14662586.
HSL color Cylindrical-coordinate representation of color #BABBDF: hue angle of 238.38º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABBDF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 187 | 223 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.13 |
| HSL | 238.38º | 0.37% | 0.8% | - |
| HSV(B) | 238.38º | 0.17% | 0.87% | - |
| XYZ | 51.34 | 51.31 | 77.01 | - |
| YUV | 190.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 223 | 0.17 | 0.16 | 0 | 0.13 | 238.38 | 0.37 | 0.8 |
| Hex | BA | BB | DF | 11 | 10 | 0 | D | EE | 25 | 50 |
| Octal | 272 | 273 | 337 | 21 | 20 | 0 | 15 | 356 | 45 | 120 |
| Binary | 10111010 | 10111011 | 11011111 | 10001 | 10000 | 0 | 1101 | 11101110 | 100101 | 1010000 |
Color Harmonies of #BABBDF
Complementary color
Monochromatic Colors of #BABBDF
Black with #BABBDF
Text Example
Text Example
White with #BABBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBDF; }
p { color: rgb(186,187,223); }
H1.HeaderClassName
{
color: #BABBDF;
}
.AnyTagClassName
{
color: #BABBDF;
}
</style>
background-color css
<style>
a { background-color: #BABBDF; }
a { background-color: rgb(186,187,223); }
div.DivClassName
{
background-color: #BABBDF;
}
.BgClassName
{
background-color: #BABBDF;
}
</style>
border-color css
<style>
span { border-color: #BABBDF; }
span { border-color: rgb(186,187,223); }
td.TdClassName
{
border-color: #BABBDF;
}
.TagClassName
{
border-color: #BABBDF;
}
</style>