Shades of Lavender Grey #C0BCE1
Tints of Lavender Grey #C0BCE1
RGB
CMYK
RGB Variations
Color information
#C0BCE1 (or 0xC0BCE1) is known color: Lavender Grey. HEX triplet: C0, BC and E1. RGB value is (192,188,225). Sum of RGB (Red+Green+Blue) = 192+188+225=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCE1 is #3F431E. Grayscale: #C1C1C1. Windows color (decimal): -4145951 or 14793920. OLE color: 14793920.
HSL color Cylindrical-coordinate representation of color #C0BCE1: hue angle of 246.49º degrees, saturation: 0.38, 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 #C0BCE1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 188 | 225 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.12 |
| HSL | 246.49º | 0.38% | 0.81% | - |
| HSV(B) | 246.49º | 0.16% | 0.88% | - |
| XYZ | 53.31 | 52.61 | 78.58 | - |
| YUV | 193.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 225 | 0.15 | 0.16 | 0 | 0.12 | 246.49 | 0.38 | 0.81 |
| Hex | C0 | BC | E1 | F | 10 | 0 | C | F6 | 26 | 51 |
| Octal | 300 | 274 | 341 | 17 | 20 | 0 | 14 | 366 | 46 | 121 |
| Binary | 11000000 | 10111100 | 11100001 | 1111 | 10000 | 0 | 1100 | 11110110 | 100110 | 1010001 |
Color Harmonies of #C0BCE1
Complementary color
Monochromatic Colors of #C0BCE1
Black with #C0BCE1
Text Example
Text Example
White with #C0BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCE1; }
p { color: rgb(192,188,225); }
H1.HeaderClassName
{
color: #C0BCE1;
}
.AnyTagClassName
{
color: #C0BCE1;
}
</style>
background-color css
<style>
a { background-color: #C0BCE1; }
a { background-color: rgb(192,188,225); }
div.DivClassName
{
background-color: #C0BCE1;
}
.BgClassName
{
background-color: #C0BCE1;
}
</style>
border-color css
<style>
span { border-color: #C0BCE1; }
span { border-color: rgb(192,188,225); }
td.TdClassName
{
border-color: #C0BCE1;
}
.TagClassName
{
border-color: #C0BCE1;
}
</style>