Shades of Lavender Grey #BABACC
Tints of Lavender Grey #BABACC
RGB
CMYK
RGB Variations
Color information
#BABACC (or 0xBABACC) is known color: Lavender Grey. HEX triplet: BA, BA and CC. RGB value is (186,186,204). Sum of RGB (Red+Green+Blue) = 186+186+204=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABACC is #454533. Grayscale: #BBBBBB. Windows color (decimal): -4539700 or 13417146. OLE color: 13417146.
HSL color Cylindrical-coordinate representation of color #BABACC: hue angle of 240º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABACC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 186 | 204 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.2 |
| HSL | 240º | 0.15% | 0.76% | - |
| HSV(B) | 240º | 0.09% | 0.8% | - |
| XYZ | 48.71 | 49.92 | 64.19 | - |
| YUV | 188.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 204 | 0.09 | 0.09 | 0 | 0.2 | 240 | 0.15 | 0.76 |
| Hex | BA | BA | CC | 9 | 9 | 0 | 14 | F0 | F | 4C |
| Octal | 272 | 272 | 314 | 11 | 11 | 0 | 24 | 360 | 17 | 114 |
| Binary | 10111010 | 10111010 | 11001100 | 1001 | 1001 | 0 | 10100 | 11110000 | 1111 | 1001100 |
Color Harmonies of #BABACC
Complementary color
Monochromatic Colors of #BABACC
Black with #BABACC
Text Example
Text Example
White with #BABACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABACC; }
p { color: rgb(186,186,204); }
H1.HeaderClassName
{
color: #BABACC;
}
.AnyTagClassName
{
color: #BABACC;
}
</style>
background-color css
<style>
a { background-color: #BABACC; }
a { background-color: rgb(186,186,204); }
div.DivClassName
{
background-color: #BABACC;
}
.BgClassName
{
background-color: #BABACC;
}
</style>
border-color css
<style>
span { border-color: #BABACC; }
span { border-color: rgb(186,186,204); }
td.TdClassName
{
border-color: #BABACC;
}
.TagClassName
{
border-color: #BABACC;
}
</style>