Shades of Lavender Grey #BABBCC
Tints of Lavender Grey #BABBCC
RGB
CMYK
RGB Variations
Color information
#BABBCC (or 0xBABBCC) is known color: Lavender Grey. HEX triplet: BA, BB and CC. RGB value is (186,187,204). Sum of RGB (Red+Green+Blue) = 186+187+204=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBCC is #454433. Grayscale: #BCBCBC. Windows color (decimal): -4539444 or 13417402. OLE color: 13417402.
HSL color Cylindrical-coordinate representation of color #BABBCC: hue angle of 236.67º 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 #BABBCC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 187 | 204 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.2 |
| HSL | 236.67º | 0.15% | 0.76% | - |
| HSV(B) | 236.67º | 0.09% | 0.8% | - |
| XYZ | 48.92 | 50.34 | 64.26 | - |
| YUV | 188.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 204 | 0.09 | 0.08 | 0 | 0.2 | 236.67 | 0.15 | 0.76 |
| Hex | BA | BB | CC | 9 | 8 | 0 | 14 | ED | F | 4C |
| Octal | 272 | 273 | 314 | 11 | 10 | 0 | 24 | 355 | 17 | 114 |
| Binary | 10111010 | 10111011 | 11001100 | 1001 | 1000 | 0 | 10100 | 11101101 | 1111 | 1001100 |
Color Harmonies of #BABBCC
Complementary color
Monochromatic Colors of #BABBCC
Black with #BABBCC
Text Example
Text Example
White with #BABBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBCC; }
p { color: rgb(186,187,204); }
H1.HeaderClassName
{
color: #BABBCC;
}
.AnyTagClassName
{
color: #BABBCC;
}
</style>
background-color css
<style>
a { background-color: #BABBCC; }
a { background-color: rgb(186,187,204); }
div.DivClassName
{
background-color: #BABBCC;
}
.BgClassName
{
background-color: #BABBCC;
}
</style>
border-color css
<style>
span { border-color: #BABBCC; }
span { border-color: rgb(186,187,204); }
td.TdClassName
{
border-color: #BABBCC;
}
.TagClassName
{
border-color: #BABBCC;
}
</style>