Shades of Lavender Grey #BABBCF
Tints of Lavender Grey #BABBCF
RGB
CMYK
RGB Variations
Color information
#BABBCF (or 0xBABBCF) is known color: Lavender Grey. HEX triplet: BA, BB and CF. RGB value is (186,187,207). Sum of RGB (Red+Green+Blue) = 186+187+207=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBCF is #454430. Grayscale: #BCBCBC. Windows color (decimal): -4539441 or 13614010. OLE color: 13614010.
HSL color Cylindrical-coordinate representation of color #BABBCF: hue angle of 237.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABBCF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 187 | 207 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.19 |
| HSL | 237.14º | 0.18% | 0.77% | - |
| HSV(B) | 237.14º | 0.1% | 0.81% | - |
| XYZ | 49.28 | 50.48 | 66.18 | - |
| YUV | 188.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 207 | 0.10 | 0.10 | 0 | 0.19 | 237.14 | 0.18 | 0.77 |
| Hex | BA | BB | CF | A | A | 0 | 13 | ED | 12 | 4D |
| Octal | 272 | 273 | 317 | 12 | 12 | 0 | 23 | 355 | 22 | 115 |
| Binary | 10111010 | 10111011 | 11001111 | 1010 | 1010 | 0 | 10011 | 11101101 | 10010 | 1001101 |
Color Harmonies of #BABBCF
Complementary color
Monochromatic Colors of #BABBCF
Black with #BABBCF
Text Example
Text Example
White with #BABBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBCF; }
p { color: rgb(186,187,207); }
H1.HeaderClassName
{
color: #BABBCF;
}
.AnyTagClassName
{
color: #BABBCF;
}
</style>
background-color css
<style>
a { background-color: #BABBCF; }
a { background-color: rgb(186,187,207); }
div.DivClassName
{
background-color: #BABBCF;
}
.BgClassName
{
background-color: #BABBCF;
}
</style>
border-color css
<style>
span { border-color: #BABBCF; }
span { border-color: rgb(186,187,207); }
td.TdClassName
{
border-color: #BABBCF;
}
.TagClassName
{
border-color: #BABBCF;
}
</style>