Shades of Lavender Grey #C2BDE3
Tints of Lavender Grey #C2BDE3
RGB
CMYK
RGB Variations
Color information
#C2BDE3 (or 0xC2BDE3) is known color: Lavender Grey. HEX triplet: C2, BD and E3. RGB value is (194,189,227). Sum of RGB (Red+Green+Blue) = 194+189+227=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #C2BDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDE3 is #3D421C. Grayscale: #C2C2C2. Windows color (decimal): -4014621 or 14925250. OLE color: 14925250.
HSL color Cylindrical-coordinate representation of color #C2BDE3: hue angle of 247.89º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2BDE3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 189 | 227 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.11 |
| HSL | 247.89º | 0.4% | 0.82% | - |
| HSV(B) | 247.89º | 0.17% | 0.89% | - |
| XYZ | 54.31 | 53.41 | 80.12 | - |
| YUV | 194.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 227 | 0.15 | 0.17 | 0 | 0.11 | 247.89 | 0.4 | 0.82 |
| Hex | C2 | BD | E3 | F | 11 | 0 | B | F8 | 28 | 52 |
| Octal | 302 | 275 | 343 | 17 | 21 | 0 | 13 | 370 | 50 | 122 |
| Binary | 11000010 | 10111101 | 11100011 | 1111 | 10001 | 0 | 1011 | 11111000 | 101000 | 1010010 |
Color Harmonies of #C2BDE3
Complementary color
Monochromatic Colors of #C2BDE3
Black with #C2BDE3
Text Example
Text Example
White with #C2BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDE3; }
p { color: rgb(194,189,227); }
H1.HeaderClassName
{
color: #C2BDE3;
}
.AnyTagClassName
{
color: #C2BDE3;
}
</style>
background-color css
<style>
a { background-color: #C2BDE3; }
a { background-color: rgb(194,189,227); }
div.DivClassName
{
background-color: #C2BDE3;
}
.BgClassName
{
background-color: #C2BDE3;
}
</style>
border-color css
<style>
span { border-color: #C2BDE3; }
span { border-color: rgb(194,189,227); }
td.TdClassName
{
border-color: #C2BDE3;
}
.TagClassName
{
border-color: #C2BDE3;
}
</style>