Shades of Lavender Grey #C2BDE0
Tints of Lavender Grey #C2BDE0
RGB
CMYK
RGB Variations
Color information
#C2BDE0 (or 0xC2BDE0) is known color: Lavender Grey. HEX triplet: C2, BD and E0. RGB value is (194,189,224). Sum of RGB (Red+Green+Blue) = 194+189+224=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDE0 is #3D421F. Grayscale: #C2C2C2. Windows color (decimal): -4014624 or 14728642. OLE color: 14728642.
HSL color Cylindrical-coordinate representation of color #C2BDE0: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2BDE0 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 189 | 224 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.12 |
| HSL | 248.57º | 0.36% | 0.81% | - |
| HSV(B) | 248.57º | 0.16% | 0.88% | - |
| XYZ | 53.9 | 53.25 | 77.96 | - |
| YUV | 194.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 224 | 0.13 | 0.16 | 0 | 0.12 | 248.57 | 0.36 | 0.81 |
| Hex | C2 | BD | E0 | D | 10 | 0 | C | F9 | 24 | 51 |
| Octal | 302 | 275 | 340 | 15 | 20 | 0 | 14 | 371 | 44 | 121 |
| Binary | 11000010 | 10111101 | 11100000 | 1101 | 10000 | 0 | 1100 | 11111001 | 100100 | 1010001 |
Color Harmonies of #C2BDE0
Complementary color
Monochromatic Colors of #C2BDE0
Black with #C2BDE0
Text Example
Text Example
White with #C2BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDE0; }
p { color: rgb(194,189,224); }
H1.HeaderClassName
{
color: #C2BDE0;
}
.AnyTagClassName
{
color: #C2BDE0;
}
</style>
background-color css
<style>
a { background-color: #C2BDE0; }
a { background-color: rgb(194,189,224); }
div.DivClassName
{
background-color: #C2BDE0;
}
.BgClassName
{
background-color: #C2BDE0;
}
</style>
border-color css
<style>
span { border-color: #C2BDE0; }
span { border-color: rgb(194,189,224); }
td.TdClassName
{
border-color: #C2BDE0;
}
.TagClassName
{
border-color: #C2BDE0;
}
</style>