Shades of Lavender Grey #BABCCB
Tints of Lavender Grey #BABCCB
RGB
CMYK
RGB Variations
Color information
#BABCCB (or 0xBABCCB) is known color: Lavender Grey. HEX triplet: BA, BC and CB. RGB value is (186,188,203). Sum of RGB (Red+Green+Blue) = 186+188+203=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #BABCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCCB is #454334. Grayscale: #BDBDBD. Windows color (decimal): -4539189 or 13352122. OLE color: 13352122.
HSL color Cylindrical-coordinate representation of color #BABCCB: hue angle of 232.94º 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 #BABCCB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 188 | 203 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.20 |
| HSL | 232.94º | 0.14% | 0.76% | - |
| HSV(B) | 232.94º | 0.08% | 0.8% | - |
| XYZ | 49.01 | 50.72 | 63.71 | - |
| YUV | 189.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 203 | 0.08 | 0.07 | 0 | 0.20 | 232.94 | 0.14 | 0.76 |
| Hex | BA | BC | CB | 8 | 7 | 0 | 14 | E9 | E | 4C |
| Octal | 272 | 274 | 313 | 10 | 7 | 0 | 24 | 351 | 16 | 114 |
| Binary | 10111010 | 10111100 | 11001011 | 1000 | 111 | 0 | 10100 | 11101001 | 1110 | 1001100 |
Color Harmonies of #BABCCB
Complementary color
Monochromatic Colors of #BABCCB
Black with #BABCCB
Text Example
Text Example
White with #BABCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCCB; }
p { color: rgb(186,188,203); }
H1.HeaderClassName
{
color: #BABCCB;
}
.AnyTagClassName
{
color: #BABCCB;
}
</style>
background-color css
<style>
a { background-color: #BABCCB; }
a { background-color: rgb(186,188,203); }
div.DivClassName
{
background-color: #BABCCB;
}
.BgClassName
{
background-color: #BABCCB;
}
</style>
border-color css
<style>
span { border-color: #BABCCB; }
span { border-color: rgb(186,188,203); }
td.TdClassName
{
border-color: #BABCCB;
}
.TagClassName
{
border-color: #BABCCB;
}
</style>