Shades of Lavender Grey #BABCCC
Tints of Lavender Grey #BABCCC
RGB
CMYK
RGB Variations
Color information
#BABCCC (or 0xBABCCC) is known color: Lavender Grey. HEX triplet: BA, BC and CC. RGB value is (186,188,204). Sum of RGB (Red+Green+Blue) = 186+188+204=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCCC is #454333. Grayscale: #BDBDBD. Windows color (decimal): -4539188 or 13417658. OLE color: 13417658.
HSL color Cylindrical-coordinate representation of color #BABCCC: hue angle of 233.33º 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 #BABCCC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 188 | 204 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.2 |
| HSL | 233.33º | 0.15% | 0.76% | - |
| HSV(B) | 233.33º | 0.09% | 0.8% | - |
| XYZ | 49.13 | 50.77 | 64.34 | - |
| YUV | 189.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 204 | 0.09 | 0.08 | 0 | 0.2 | 233.33 | 0.15 | 0.76 |
| Hex | BA | BC | CC | 9 | 8 | 0 | 14 | E9 | F | 4C |
| Octal | 272 | 274 | 314 | 11 | 10 | 0 | 24 | 351 | 17 | 114 |
| Binary | 10111010 | 10111100 | 11001100 | 1001 | 1000 | 0 | 10100 | 11101001 | 1111 | 1001100 |
Color Harmonies of #BABCCC
Complementary color
Monochromatic Colors of #BABCCC
Black with #BABCCC
Text Example
Text Example
White with #BABCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCCC; }
p { color: rgb(186,188,204); }
H1.HeaderClassName
{
color: #BABCCC;
}
.AnyTagClassName
{
color: #BABCCC;
}
</style>
background-color css
<style>
a { background-color: #BABCCC; }
a { background-color: rgb(186,188,204); }
div.DivClassName
{
background-color: #BABCCC;
}
.BgClassName
{
background-color: #BABCCC;
}
</style>
border-color css
<style>
span { border-color: #BABCCC; }
span { border-color: rgb(186,188,204); }
td.TdClassName
{
border-color: #BABCCC;
}
.TagClassName
{
border-color: #BABCCC;
}
</style>