Shades of Lavender Grey #BABFD4
Tints of Lavender Grey #BABFD4
RGB
CMYK
RGB Variations
Color information
#BABFD4 (or 0xBABFD4) is known color: Lavender Grey. HEX triplet: BA, BF and D4. RGB value is (186,191,212). Sum of RGB (Red+Green+Blue) = 186+191+212=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #BABFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFD4 is #45402B. Grayscale: #BFBFBF. Windows color (decimal): -4538412 or 13942714. OLE color: 13942714.
HSL color Cylindrical-coordinate representation of color #BABFD4: hue angle of 228.46º 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 #BABFD4 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 191 | 212 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.17 |
| HSL | 228.46º | 0.23% | 0.78% | - |
| HSV(B) | 228.46º | 0.12% | 0.83% | - |
| XYZ | 50.76 | 52.45 | 69.74 | - |
| YUV | 191.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 212 | 0.12 | 0.10 | 0 | 0.17 | 228.46 | 0.23 | 0.78 |
| Hex | BA | BF | D4 | C | A | 0 | 11 | E4 | 17 | 4E |
| Octal | 272 | 277 | 324 | 14 | 12 | 0 | 21 | 344 | 27 | 116 |
| Binary | 10111010 | 10111111 | 11010100 | 1100 | 1010 | 0 | 10001 | 11100100 | 10111 | 1001110 |
Color Harmonies of #BABFD4
Complementary color
Monochromatic Colors of #BABFD4
Black with #BABFD4
Text Example
Text Example
White with #BABFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFD4; }
p { color: rgb(186,191,212); }
H1.HeaderClassName
{
color: #BABFD4;
}
.AnyTagClassName
{
color: #BABFD4;
}
</style>
background-color css
<style>
a { background-color: #BABFD4; }
a { background-color: rgb(186,191,212); }
div.DivClassName
{
background-color: #BABFD4;
}
.BgClassName
{
background-color: #BABFD4;
}
</style>
border-color css
<style>
span { border-color: #BABFD4; }
span { border-color: rgb(186,191,212); }
td.TdClassName
{
border-color: #BABFD4;
}
.TagClassName
{
border-color: #BABFD4;
}
</style>