Shades of Lavender Grey #C2BEEE
Tints of Lavender Grey #C2BEEE
RGB
CMYK
RGB Variations
Color information
#C2BEEE (or 0xC2BEEE) is known color: Lavender Grey. HEX triplet: C2, BE and EE. RGB value is (194,190,238). Sum of RGB (Red+Green+Blue) = 194+190+238=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEEE is #3D4111. Grayscale: #C4C4C4. Windows color (decimal): -4014354 or 15646402. OLE color: 15646402.
HSL color Cylindrical-coordinate representation of color #C2BEEE: hue angle of 245º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BEEE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 190 | 238 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.07 |
| HSL | 245º | 0.59% | 0.84% | - |
| HSV(B) | 245º | 0.2% | 0.93% | - |
| XYZ | 56.09 | 54.47 | 88.45 | - |
| YUV | 196.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 238 | 0.18 | 0.20 | 0 | 0.07 | 245 | 0.59 | 0.84 |
| Hex | C2 | BE | EE | 12 | 14 | 0 | 7 | F5 | 3B | 54 |
| Octal | 302 | 276 | 356 | 22 | 24 | 0 | 7 | 365 | 73 | 124 |
| Binary | 11000010 | 10111110 | 11101110 | 10010 | 10100 | 0 | 111 | 11110101 | 111011 | 1010100 |
Color Harmonies of #C2BEEE
Complementary color
Monochromatic Colors of #C2BEEE
Black with #C2BEEE
Text Example
Text Example
White with #C2BEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEEE; }
p { color: rgb(194,190,238); }
H1.HeaderClassName
{
color: #C2BEEE;
}
.AnyTagClassName
{
color: #C2BEEE;
}
</style>
background-color css
<style>
a { background-color: #C2BEEE; }
a { background-color: rgb(194,190,238); }
div.DivClassName
{
background-color: #C2BEEE;
}
.BgClassName
{
background-color: #C2BEEE;
}
</style>
border-color css
<style>
span { border-color: #C2BEEE; }
span { border-color: rgb(194,190,238); }
td.TdClassName
{
border-color: #C2BEEE;
}
.TagClassName
{
border-color: #C2BEEE;
}
</style>