Shades of Lavender Grey #BABECF
Tints of Lavender Grey #BABECF
RGB
CMYK
RGB Variations
Color information
#BABECF (or 0xBABECF) is known color: Lavender Grey. HEX triplet: BA, BE and CF. RGB value is (186,190,207). Sum of RGB (Red+Green+Blue) = 186+190+207=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABECF is #454130. Grayscale: #BEBEBE. Windows color (decimal): -4538673 or 13614778. OLE color: 13614778.
HSL color Cylindrical-coordinate representation of color #BABECF: hue angle of 228.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABECF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 190 | 207 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.19 |
| HSL | 228.57º | 0.18% | 0.77% | - |
| HSV(B) | 228.57º | 0.1% | 0.81% | - |
| XYZ | 49.93 | 51.77 | 66.39 | - |
| YUV | 190.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 207 | 0.10 | 0.08 | 0 | 0.19 | 228.57 | 0.18 | 0.77 |
| Hex | BA | BE | CF | A | 8 | 0 | 13 | E5 | 12 | 4D |
| Octal | 272 | 276 | 317 | 12 | 10 | 0 | 23 | 345 | 22 | 115 |
| Binary | 10111010 | 10111110 | 11001111 | 1010 | 1000 | 0 | 10011 | 11100101 | 10010 | 1001101 |
Color Harmonies of #BABECF
Complementary color
Monochromatic Colors of #BABECF
Black with #BABECF
Text Example
Text Example
White with #BABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABECF; }
p { color: rgb(186,190,207); }
H1.HeaderClassName
{
color: #BABECF;
}
.AnyTagClassName
{
color: #BABECF;
}
</style>
background-color css
<style>
a { background-color: #BABECF; }
a { background-color: rgb(186,190,207); }
div.DivClassName
{
background-color: #BABECF;
}
.BgClassName
{
background-color: #BABECF;
}
</style>
border-color css
<style>
span { border-color: #BABECF; }
span { border-color: rgb(186,190,207); }
td.TdClassName
{
border-color: #BABECF;
}
.TagClassName
{
border-color: #BABECF;
}
</style>