Shades of Lavender Grey #BABCCD
Tints of Lavender Grey #BABCCD
RGB
CMYK
RGB Variations
Color information
#BABCCD (or 0xBABCCD) is known color: Lavender Grey. HEX triplet: BA, BC and CD. RGB value is (186,188,205). Sum of RGB (Red+Green+Blue) = 186+188+205=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #BABCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCCD is #454332. Grayscale: #BDBDBD. Windows color (decimal): -4539187 or 13483194. OLE color: 13483194.
HSL color Cylindrical-coordinate representation of color #BABCCD: hue angle of 233.68º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABCCD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 188 | 205 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.20 |
| HSL | 233.68º | 0.16% | 0.77% | - |
| HSV(B) | 233.68º | 0.09% | 0.8% | - |
| XYZ | 49.25 | 50.81 | 64.97 | - |
| YUV | 189.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 205 | 0.09 | 0.08 | 0 | 0.20 | 233.68 | 0.16 | 0.77 |
| Hex | BA | BC | CD | 9 | 8 | 0 | 14 | EA | 10 | 4D |
| Octal | 272 | 274 | 315 | 11 | 10 | 0 | 24 | 352 | 20 | 115 |
| Binary | 10111010 | 10111100 | 11001101 | 1001 | 1000 | 0 | 10100 | 11101010 | 10000 | 1001101 |
Color Harmonies of #BABCCD
Complementary color
Monochromatic Colors of #BABCCD
Black with #BABCCD
Text Example
Text Example
White with #BABCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCCD; }
p { color: rgb(186,188,205); }
H1.HeaderClassName
{
color: #BABCCD;
}
.AnyTagClassName
{
color: #BABCCD;
}
</style>
background-color css
<style>
a { background-color: #BABCCD; }
a { background-color: rgb(186,188,205); }
div.DivClassName
{
background-color: #BABCCD;
}
.BgClassName
{
background-color: #BABCCD;
}
</style>
border-color css
<style>
span { border-color: #BABCCD; }
span { border-color: rgb(186,188,205); }
td.TdClassName
{
border-color: #BABCCD;
}
.TagClassName
{
border-color: #BABCCD;
}
</style>