Shades of Lavender Grey #C0BCE0
Tints of Lavender Grey #C0BCE0
RGB
CMYK
RGB Variations
Color information
#C0BCE0 (or 0xC0BCE0) is known color: Lavender Grey. HEX triplet: C0, BC and E0. RGB value is (192,188,224). Sum of RGB (Red+Green+Blue) = 192+188+224=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCE0 is #3F431F. Grayscale: #C1C1C1. Windows color (decimal): -4145952 or 14728384. OLE color: 14728384.
HSL color Cylindrical-coordinate representation of color #C0BCE0: hue angle of 246.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BCE0 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 188 | 224 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.12 |
| HSL | 246.67º | 0.37% | 0.81% | - |
| HSV(B) | 246.67º | 0.16% | 0.88% | - |
| XYZ | 53.18 | 52.55 | 77.86 | - |
| YUV | 193.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 224 | 0.14 | 0.16 | 0 | 0.12 | 246.67 | 0.37 | 0.81 |
| Hex | C0 | BC | E0 | E | 10 | 0 | C | F7 | 25 | 51 |
| Octal | 300 | 274 | 340 | 16 | 20 | 0 | 14 | 367 | 45 | 121 |
| Binary | 11000000 | 10111100 | 11100000 | 1110 | 10000 | 0 | 1100 | 11110111 | 100101 | 1010001 |
Color Harmonies of #C0BCE0
Complementary color
Monochromatic Colors of #C0BCE0
Black with #C0BCE0
Text Example
Text Example
White with #C0BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCE0; }
p { color: rgb(192,188,224); }
H1.HeaderClassName
{
color: #C0BCE0;
}
.AnyTagClassName
{
color: #C0BCE0;
}
</style>
background-color css
<style>
a { background-color: #C0BCE0; }
a { background-color: rgb(192,188,224); }
div.DivClassName
{
background-color: #C0BCE0;
}
.BgClassName
{
background-color: #C0BCE0;
}
</style>
border-color css
<style>
span { border-color: #C0BCE0; }
span { border-color: rgb(192,188,224); }
td.TdClassName
{
border-color: #C0BCE0;
}
.TagClassName
{
border-color: #C0BCE0;
}
</style>