Shades of Lavender Grey #C2BDE6
Tints of Lavender Grey #C2BDE6
RGB
CMYK
RGB Variations
Color information
#C2BDE6 (or 0xC2BDE6) is known color: Lavender Grey. HEX triplet: C2, BD and E6. RGB value is (194,189,230). Sum of RGB (Red+Green+Blue) = 194+189+230=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDE6 is #3D4219. Grayscale: #C3C3C3. Windows color (decimal): -4014618 or 15121858. OLE color: 15121858.
HSL color Cylindrical-coordinate representation of color #C2BDE6: hue angle of 247.32º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BDE6 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 189 | 230 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.10 |
| HSL | 247.32º | 0.45% | 0.82% | - |
| HSV(B) | 247.32º | 0.18% | 0.9% | - |
| XYZ | 54.73 | 53.58 | 82.32 | - |
| YUV | 195.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 230 | 0.16 | 0.18 | 0 | 0.10 | 247.32 | 0.45 | 0.82 |
| Hex | C2 | BD | E6 | 10 | 12 | 0 | A | F7 | 2D | 52 |
| Octal | 302 | 275 | 346 | 20 | 22 | 0 | 12 | 367 | 55 | 122 |
| Binary | 11000010 | 10111101 | 11100110 | 10000 | 10010 | 0 | 1010 | 11110111 | 101101 | 1010010 |
Color Harmonies of #C2BDE6
Complementary color
Monochromatic Colors of #C2BDE6
Black with #C2BDE6
Text Example
Text Example
White with #C2BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDE6; }
p { color: rgb(194,189,230); }
H1.HeaderClassName
{
color: #C2BDE6;
}
.AnyTagClassName
{
color: #C2BDE6;
}
</style>
background-color css
<style>
a { background-color: #C2BDE6; }
a { background-color: rgb(194,189,230); }
div.DivClassName
{
background-color: #C2BDE6;
}
.BgClassName
{
background-color: #C2BDE6;
}
</style>
border-color css
<style>
span { border-color: #C2BDE6; }
span { border-color: rgb(194,189,230); }
td.TdClassName
{
border-color: #C2BDE6;
}
.TagClassName
{
border-color: #C2BDE6;
}
</style>