Shades of Lavender Grey #C2BEE7
Tints of Lavender Grey #C2BEE7
RGB
CMYK
RGB Variations
Color information
#C2BEE7 (or 0xC2BEE7) is known color: Lavender Grey. HEX triplet: C2, BE and E7. RGB value is (194,190,231). Sum of RGB (Red+Green+Blue) = 194+190+231=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #C2BEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEE7 is #3D4118. Grayscale: #C3C3C3. Windows color (decimal): -4014361 or 15187650. OLE color: 15187650.
HSL color Cylindrical-coordinate representation of color #C2BEE7: hue angle of 245.85º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BEE7 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 190 | 231 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.09 |
| HSL | 245.85º | 0.46% | 0.83% | - |
| HSV(B) | 245.85º | 0.18% | 0.91% | - |
| XYZ | 55.09 | 54.07 | 83.13 | - |
| YUV | 195.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 231 | 0.16 | 0.18 | 0 | 0.09 | 245.85 | 0.46 | 0.83 |
| Hex | C2 | BE | E7 | 10 | 12 | 0 | 9 | F6 | 2E | 53 |
| Octal | 302 | 276 | 347 | 20 | 22 | 0 | 11 | 366 | 56 | 123 |
| Binary | 11000010 | 10111110 | 11100111 | 10000 | 10010 | 0 | 1001 | 11110110 | 101110 | 1010011 |
Color Harmonies of #C2BEE7
Complementary color
Monochromatic Colors of #C2BEE7
Black with #C2BEE7
Text Example
Text Example
White with #C2BEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEE7; }
p { color: rgb(194,190,231); }
H1.HeaderClassName
{
color: #C2BEE7;
}
.AnyTagClassName
{
color: #C2BEE7;
}
</style>
background-color css
<style>
a { background-color: #C2BEE7; }
a { background-color: rgb(194,190,231); }
div.DivClassName
{
background-color: #C2BEE7;
}
.BgClassName
{
background-color: #C2BEE7;
}
</style>
border-color css
<style>
span { border-color: #C2BEE7; }
span { border-color: rgb(194,190,231); }
td.TdClassName
{
border-color: #C2BEE7;
}
.TagClassName
{
border-color: #C2BEE7;
}
</style>