Shades of Lavender Grey #C0BCE3
Tints of Lavender Grey #C0BCE3
RGB
CMYK
RGB Variations
Color information
#C0BCE3 (or 0xC0BCE3) is known color: Lavender Grey. HEX triplet: C0, BC and E3. RGB value is (192,188,227). Sum of RGB (Red+Green+Blue) = 192+188+227=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0BCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCE3 is #3F431C. Grayscale: #C1C1C1. Windows color (decimal): -4145949 or 14924992. OLE color: 14924992.
HSL color Cylindrical-coordinate representation of color #C0BCE3: hue angle of 246.15º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BCE3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 188 | 227 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.11 |
| HSL | 246.15º | 0.41% | 0.81% | - |
| HSV(B) | 246.15º | 0.17% | 0.89% | - |
| XYZ | 53.59 | 52.72 | 80.02 | - |
| YUV | 193.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 227 | 0.15 | 0.17 | 0 | 0.11 | 246.15 | 0.41 | 0.81 |
| Hex | C0 | BC | E3 | F | 11 | 0 | B | F6 | 29 | 51 |
| Octal | 300 | 274 | 343 | 17 | 21 | 0 | 13 | 366 | 51 | 121 |
| Binary | 11000000 | 10111100 | 11100011 | 1111 | 10001 | 0 | 1011 | 11110110 | 101001 | 1010001 |
Color Harmonies of #C0BCE3
Complementary color
Monochromatic Colors of #C0BCE3
Black with #C0BCE3
Text Example
Text Example
White with #C0BCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCE3; }
p { color: rgb(192,188,227); }
H1.HeaderClassName
{
color: #C0BCE3;
}
.AnyTagClassName
{
color: #C0BCE3;
}
</style>
background-color css
<style>
a { background-color: #C0BCE3; }
a { background-color: rgb(192,188,227); }
div.DivClassName
{
background-color: #C0BCE3;
}
.BgClassName
{
background-color: #C0BCE3;
}
</style>
border-color css
<style>
span { border-color: #C0BCE3; }
span { border-color: rgb(192,188,227); }
td.TdClassName
{
border-color: #C0BCE3;
}
.TagClassName
{
border-color: #C0BCE3;
}
</style>