Shades of Lavender Grey #C2BEE2
Tints of Lavender Grey #C2BEE2
RGB
CMYK
RGB Variations
Color information
#C2BEE2 (or 0xC2BEE2) is known color: Lavender Grey. HEX triplet: C2, BE and E2. RGB value is (194,190,226). Sum of RGB (Red+Green+Blue) = 194+190+226=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 226 - color contains mainly: blue. Hex color #C2BEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEE2 is #3D411D. Grayscale: #C3C3C3. Windows color (decimal): -4014366 or 14859970. OLE color: 14859970.
HSL color Cylindrical-coordinate representation of color #C2BEE2: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2BEE2 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 194 | 190 | 226 | - |
CMYK | 0.14 | 0.16 | 0 | 0.11 |
HSL | 246.67º | 0.38% | 0.82% | - |
HSV(B) | 246.67º | 0.16% | 0.89% | - |
XYZ | 54.39 | 53.79 | 79.47 | - |
YUV | 195.3 | 145.33 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 226 | 0.14 | 0.16 | 0 | 0.11 | 246.67 | 0.38 | 0.82 |
Hex | C2 | BE | E2 | E | 10 | 0 | B | F7 | 26 | 52 |
Octal | 302 | 276 | 342 | 16 | 20 | 0 | 13 | 367 | 46 | 122 |
Binary | 11000010 | 10111110 | 11100010 | 1110 | 10000 | 0 | 1011 | 11110111 | 100110 | 1010010 |
Color Harmonies of #C2BEE2
Complementary color
Monochromatic Colors of #C2BEE2
Black with #C2BEE2
Text Example
Text Example
White with #C2BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEE2; }
p { color: rgb(194,190,226); }
H1.HeaderClassName
{
color: #C2BEE2;
}
.AnyTagClassName
{
color: #C2BEE2;
}
</style>
background-color css
<style>
a { background-color: #C2BEE2; }
a { background-color: rgb(194,190,226); }
div.DivClassName
{
background-color: #C2BEE2;
}
.BgClassName
{
background-color: #C2BEE2;
}
</style>
border-color css
<style>
span { border-color: #C2BEE2; }
span { border-color: rgb(194,190,226); }
td.TdClassName
{
border-color: #C2BEE2;
}
.TagClassName
{
border-color: #C2BEE2;
}
</style>