Shades of Lavender Grey #C2BEE1
Tints of Lavender Grey #C2BEE1
RGB
CMYK
RGB Variations
Color information
#C2BEE1 (or 0xC2BEE1) is known color: Lavender Grey. HEX triplet: C2, BE and E1. RGB value is (194,190,225). Sum of RGB (Red+Green+Blue) = 194+190+225=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEE1 is #3D411E. Grayscale: #C3C3C3. Windows color (decimal): -4014367 or 14794434. OLE color: 14794434.
HSL color Cylindrical-coordinate representation of color #C2BEE1: hue angle of 246.86º degrees, saturation: 0.37, 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 #C2BEE1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 190 | 225 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.12 |
| HSL | 246.86º | 0.37% | 0.81% | - |
| HSV(B) | 246.86º | 0.16% | 0.88% | - |
| XYZ | 54.25 | 53.73 | 78.75 | - |
| YUV | 195.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 225 | 0.14 | 0.16 | 0 | 0.12 | 246.86 | 0.37 | 0.81 |
| Hex | C2 | BE | E1 | E | 10 | 0 | C | F7 | 25 | 51 |
| Octal | 302 | 276 | 341 | 16 | 20 | 0 | 14 | 367 | 45 | 121 |
| Binary | 11000010 | 10111110 | 11100001 | 1110 | 10000 | 0 | 1100 | 11110111 | 100101 | 1010001 |
Color Harmonies of #C2BEE1
Complementary color
Monochromatic Colors of #C2BEE1
Black with #C2BEE1
Text Example
Text Example
White with #C2BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEE1; }
p { color: rgb(194,190,225); }
H1.HeaderClassName
{
color: #C2BEE1;
}
.AnyTagClassName
{
color: #C2BEE1;
}
</style>
background-color css
<style>
a { background-color: #C2BEE1; }
a { background-color: rgb(194,190,225); }
div.DivClassName
{
background-color: #C2BEE1;
}
.BgClassName
{
background-color: #C2BEE1;
}
</style>
border-color css
<style>
span { border-color: #C2BEE1; }
span { border-color: rgb(194,190,225); }
td.TdClassName
{
border-color: #C2BEE1;
}
.TagClassName
{
border-color: #C2BEE1;
}
</style>