Shades of Lavender Grey #C2BED7
Tints of Lavender Grey #C2BED7
RGB
CMYK
RGB Variations
Color information
#C2BED7 (or 0xC2BED7) is known color: Lavender Grey. HEX triplet: C2, BE and D7. RGB value is (194,190,215). Sum of RGB (Red+Green+Blue) = 194+190+215=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #C2BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BED7 is #3D4128. Grayscale: #C1C1C1. Windows color (decimal): -4014377 or 14139074. OLE color: 14139074.
HSL color Cylindrical-coordinate representation of color #C2BED7: hue angle of 249.6º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BED7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 190 | 215 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.16 |
| HSL | 249.6º | 0.24% | 0.79% | - |
| HSV(B) | 249.6º | 0.12% | 0.84% | - |
| XYZ | 52.93 | 53.2 | 71.77 | - |
| YUV | 194.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 215 | 0.10 | 0.12 | 0 | 0.16 | 249.6 | 0.24 | 0.79 |
| Hex | C2 | BE | D7 | A | C | 0 | 10 | FA | 18 | 4F |
| Octal | 302 | 276 | 327 | 12 | 14 | 0 | 20 | 372 | 30 | 117 |
| Binary | 11000010 | 10111110 | 11010111 | 1010 | 1100 | 0 | 10000 | 11111010 | 11000 | 1001111 |
Color Harmonies of #C2BED7
Complementary color
Monochromatic Colors of #C2BED7
Black with #C2BED7
Text Example
Text Example
White with #C2BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BED7; }
p { color: rgb(194,190,215); }
H1.HeaderClassName
{
color: #C2BED7;
}
.AnyTagClassName
{
color: #C2BED7;
}
</style>
background-color css
<style>
a { background-color: #C2BED7; }
a { background-color: rgb(194,190,215); }
div.DivClassName
{
background-color: #C2BED7;
}
.BgClassName
{
background-color: #C2BED7;
}
</style>
border-color css
<style>
span { border-color: #C2BED7; }
span { border-color: rgb(194,190,215); }
td.TdClassName
{
border-color: #C2BED7;
}
.TagClassName
{
border-color: #C2BED7;
}
</style>