Shades of Lavender Grey #C2BEEA
Tints of Lavender Grey #C2BEEA
RGB
CMYK
RGB Variations
Color information
#C2BEEA (or 0xC2BEEA) is known color: Lavender Grey. HEX triplet: C2, BE and EA. RGB value is (194,190,234). Sum of RGB (Red+Green+Blue) = 194+190+234=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEEA is #3D4115. Grayscale: #C4C4C4. Windows color (decimal): -4014358 or 15384258. OLE color: 15384258.
HSL color Cylindrical-coordinate representation of color #C2BEEA: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BEEA is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 190 | 234 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.08 |
| HSL | 245.45º | 0.51% | 0.83% | - |
| HSV(B) | 245.45º | 0.19% | 0.92% | - |
| XYZ | 55.51 | 54.24 | 85.38 | - |
| YUV | 196.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 234 | 0.17 | 0.19 | 0 | 0.08 | 245.45 | 0.51 | 0.83 |
| Hex | C2 | BE | EA | 11 | 13 | 0 | 8 | F5 | 33 | 53 |
| Octal | 302 | 276 | 352 | 21 | 23 | 0 | 10 | 365 | 63 | 123 |
| Binary | 11000010 | 10111110 | 11101010 | 10001 | 10011 | 0 | 1000 | 11110101 | 110011 | 1010011 |
Color Harmonies of #C2BEEA
Complementary color
Monochromatic Colors of #C2BEEA
Black with #C2BEEA
Text Example
Text Example
White with #C2BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEEA; }
p { color: rgb(194,190,234); }
H1.HeaderClassName
{
color: #C2BEEA;
}
.AnyTagClassName
{
color: #C2BEEA;
}
</style>
background-color css
<style>
a { background-color: #C2BEEA; }
a { background-color: rgb(194,190,234); }
div.DivClassName
{
background-color: #C2BEEA;
}
.BgClassName
{
background-color: #C2BEEA;
}
</style>
border-color css
<style>
span { border-color: #C2BEEA; }
span { border-color: rgb(194,190,234); }
td.TdClassName
{
border-color: #C2BEEA;
}
.TagClassName
{
border-color: #C2BEEA;
}
</style>