Shades of Lavender Grey #C0BEE0
Tints of Lavender Grey #C0BEE0
RGB
CMYK
RGB Variations
Color information
#C0BEE0 (or 0xC0BEE0) is known color: Lavender Grey. HEX triplet: C0, BE and E0. RGB value is (192,190,224). Sum of RGB (Red+Green+Blue) = 192+190+224=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEE0 is #3F411F. Grayscale: #C2C2C2. Windows color (decimal): -4145440 or 14728896. OLE color: 14728896.
HSL color Cylindrical-coordinate representation of color #C0BEE0: hue angle of 243.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BEE0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 190 | 224 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.12 |
| HSL | 243.53º | 0.35% | 0.81% | - |
| HSV(B) | 243.53º | 0.15% | 0.88% | - |
| XYZ | 53.61 | 53.42 | 78.01 | - |
| YUV | 194.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 224 | 0.14 | 0.15 | 0 | 0.12 | 243.53 | 0.35 | 0.81 |
| Hex | C0 | BE | E0 | E | F | 0 | C | F4 | 23 | 51 |
| Octal | 300 | 276 | 340 | 16 | 17 | 0 | 14 | 364 | 43 | 121 |
| Binary | 11000000 | 10111110 | 11100000 | 1110 | 1111 | 0 | 1100 | 11110100 | 100011 | 1010001 |
Color Harmonies of #C0BEE0
Complementary color
Monochromatic Colors of #C0BEE0
Black with #C0BEE0
Text Example
Text Example
White with #C0BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEE0; }
p { color: rgb(192,190,224); }
H1.HeaderClassName
{
color: #C0BEE0;
}
.AnyTagClassName
{
color: #C0BEE0;
}
</style>
background-color css
<style>
a { background-color: #C0BEE0; }
a { background-color: rgb(192,190,224); }
div.DivClassName
{
background-color: #C0BEE0;
}
.BgClassName
{
background-color: #C0BEE0;
}
</style>
border-color css
<style>
span { border-color: #C0BEE0; }
span { border-color: rgb(192,190,224); }
td.TdClassName
{
border-color: #C0BEE0;
}
.TagClassName
{
border-color: #C0BEE0;
}
</style>