Shades of Lavender Grey #C0BCE9
Tints of Lavender Grey #C0BCE9
RGB
CMYK
RGB Variations
Color information
#C0BCE9 (or 0xC0BCE9) is known color: Lavender Grey. HEX triplet: C0, BC and E9. RGB value is (192,188,233). Sum of RGB (Red+Green+Blue) = 192+188+233=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCE9 is #3F4316. Grayscale: #C2C2C2. Windows color (decimal): -4145943 or 15318208. OLE color: 15318208.
HSL color Cylindrical-coordinate representation of color #C0BCE9: hue angle of 245.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BCE9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 188 | 233 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.09 |
| HSL | 245.33º | 0.51% | 0.83% | - |
| HSV(B) | 245.33º | 0.19% | 0.91% | - |
| XYZ | 54.43 | 53.06 | 84.46 | - |
| YUV | 194.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 233 | 0.18 | 0.19 | 0 | 0.09 | 245.33 | 0.51 | 0.83 |
| Hex | C0 | BC | E9 | 12 | 13 | 0 | 9 | F5 | 33 | 53 |
| Octal | 300 | 274 | 351 | 22 | 23 | 0 | 11 | 365 | 63 | 123 |
| Binary | 11000000 | 10111100 | 11101001 | 10010 | 10011 | 0 | 1001 | 11110101 | 110011 | 1010011 |
Color Harmonies of #C0BCE9
Complementary color
Monochromatic Colors of #C0BCE9
Black with #C0BCE9
Text Example
Text Example
White with #C0BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCE9; }
p { color: rgb(192,188,233); }
H1.HeaderClassName
{
color: #C0BCE9;
}
.AnyTagClassName
{
color: #C0BCE9;
}
</style>
background-color css
<style>
a { background-color: #C0BCE9; }
a { background-color: rgb(192,188,233); }
div.DivClassName
{
background-color: #C0BCE9;
}
.BgClassName
{
background-color: #C0BCE9;
}
</style>
border-color css
<style>
span { border-color: #C0BCE9; }
span { border-color: rgb(192,188,233); }
td.TdClassName
{
border-color: #C0BCE9;
}
.TagClassName
{
border-color: #C0BCE9;
}
</style>