Shades of Lavender Grey #C2BED6
Tints of Lavender Grey #C2BED6
RGB
CMYK
RGB Variations
Color information
#C2BED6 (or 0xC2BED6) is known color: Lavender Grey. HEX triplet: C2, BE and D6. RGB value is (194,190,214). Sum of RGB (Red+Green+Blue) = 194+190+214=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BED6 is #3D4129. Grayscale: #C1C1C1. Windows color (decimal): -4014378 or 14073538. OLE color: 14073538.
HSL color Cylindrical-coordinate representation of color #C2BED6: hue angle of 250º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BED6 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 190 | 214 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.16 |
| HSL | 250º | 0.23% | 0.79% | - |
| HSV(B) | 250º | 0.11% | 0.84% | - |
| XYZ | 52.8 | 53.15 | 71.09 | - |
| YUV | 193.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 214 | 0.09 | 0.11 | 0 | 0.16 | 250 | 0.23 | 0.79 |
| Hex | C2 | BE | D6 | 9 | B | 0 | 10 | FA | 17 | 4F |
| Octal | 302 | 276 | 326 | 11 | 13 | 0 | 20 | 372 | 27 | 117 |
| Binary | 11000010 | 10111110 | 11010110 | 1001 | 1011 | 0 | 10000 | 11111010 | 10111 | 1001111 |
Color Harmonies of #C2BED6
Complementary color
Monochromatic Colors of #C2BED6
Black with #C2BED6
Text Example
Text Example
White with #C2BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BED6; }
p { color: rgb(194,190,214); }
H1.HeaderClassName
{
color: #C2BED6;
}
.AnyTagClassName
{
color: #C2BED6;
}
</style>
background-color css
<style>
a { background-color: #C2BED6; }
a { background-color: rgb(194,190,214); }
div.DivClassName
{
background-color: #C2BED6;
}
.BgClassName
{
background-color: #C2BED6;
}
</style>
border-color css
<style>
span { border-color: #C2BED6; }
span { border-color: rgb(194,190,214); }
td.TdClassName
{
border-color: #C2BED6;
}
.TagClassName
{
border-color: #C2BED6;
}
</style>