Shades of Lavender Grey #C0BCE5
Tints of Lavender Grey #C0BCE5
RGB
CMYK
RGB Variations
Color information
#C0BCE5 (or 0xC0BCE5) is known color: Lavender Grey. HEX triplet: C0, BC and E5. RGB value is (192,188,229). Sum of RGB (Red+Green+Blue) = 192+188+229=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #C0BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCE5 is #3F431A. Grayscale: #C1C1C1. Windows color (decimal): -4145947 or 15056064. OLE color: 15056064.
HSL color Cylindrical-coordinate representation of color #C0BCE5: hue angle of 245.85º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BCE5 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 188 | 229 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.10 |
| HSL | 245.85º | 0.44% | 0.82% | - |
| HSV(B) | 245.85º | 0.18% | 0.9% | - |
| XYZ | 53.86 | 52.83 | 81.49 | - |
| YUV | 193.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 229 | 0.16 | 0.18 | 0 | 0.10 | 245.85 | 0.44 | 0.82 |
| Hex | C0 | BC | E5 | 10 | 12 | 0 | A | F6 | 2C | 52 |
| Octal | 300 | 274 | 345 | 20 | 22 | 0 | 12 | 366 | 54 | 122 |
| Binary | 11000000 | 10111100 | 11100101 | 10000 | 10010 | 0 | 1010 | 11110110 | 101100 | 1010010 |
Color Harmonies of #C0BCE5
Complementary color
Monochromatic Colors of #C0BCE5
Black with #C0BCE5
Text Example
Text Example
White with #C0BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCE5; }
p { color: rgb(192,188,229); }
H1.HeaderClassName
{
color: #C0BCE5;
}
.AnyTagClassName
{
color: #C0BCE5;
}
</style>
background-color css
<style>
a { background-color: #C0BCE5; }
a { background-color: rgb(192,188,229); }
div.DivClassName
{
background-color: #C0BCE5;
}
.BgClassName
{
background-color: #C0BCE5;
}
</style>
border-color css
<style>
span { border-color: #C0BCE5; }
span { border-color: rgb(192,188,229); }
td.TdClassName
{
border-color: #C0BCE5;
}
.TagClassName
{
border-color: #C0BCE5;
}
</style>