Shades of Lavender Grey #BABBCB
Tints of Lavender Grey #BABBCB
RGB
CMYK
RGB Variations
Color information
#BABBCB (or 0xBABBCB) is known color: Lavender Grey. HEX triplet: BA, BB and CB. RGB value is (186,187,203). Sum of RGB (Red+Green+Blue) = 186+187+203=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #BABBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBCB is #454434. Grayscale: #BCBCBC. Windows color (decimal): -4539445 or 13351866. OLE color: 13351866.
HSL color Cylindrical-coordinate representation of color #BABBCB: hue angle of 236.47º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABBCB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 187 | 203 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.20 |
| HSL | 236.47º | 0.14% | 0.76% | - |
| HSV(B) | 236.47º | 0.08% | 0.8% | - |
| XYZ | 48.8 | 50.29 | 63.64 | - |
| YUV | 188.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 203 | 0.08 | 0.08 | 0 | 0.20 | 236.47 | 0.14 | 0.76 |
| Hex | BA | BB | CB | 8 | 8 | 0 | 14 | EC | E | 4C |
| Octal | 272 | 273 | 313 | 10 | 10 | 0 | 24 | 354 | 16 | 114 |
| Binary | 10111010 | 10111011 | 11001011 | 1000 | 1000 | 0 | 10100 | 11101100 | 1110 | 1001100 |
Color Harmonies of #BABBCB
Complementary color
Monochromatic Colors of #BABBCB
Black with #BABBCB
Text Example
Text Example
White with #BABBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBCB; }
p { color: rgb(186,187,203); }
H1.HeaderClassName
{
color: #BABBCB;
}
.AnyTagClassName
{
color: #BABBCB;
}
</style>
background-color css
<style>
a { background-color: #BABBCB; }
a { background-color: rgb(186,187,203); }
div.DivClassName
{
background-color: #BABBCB;
}
.BgClassName
{
background-color: #BABBCB;
}
</style>
border-color css
<style>
span { border-color: #BABBCB; }
span { border-color: rgb(186,187,203); }
td.TdClassName
{
border-color: #BABBCB;
}
.TagClassName
{
border-color: #BABBCB;
}
</style>