Shades of Lavender Grey #C0BCED
Tints of Lavender Grey #C0BCED
RGB
CMYK
RGB Variations
Color information
#C0BCED (or 0xC0BCED) is known color: Lavender Grey. HEX triplet: C0, BC and ED. RGB value is (192,188,237). Sum of RGB (Red+Green+Blue) = 192+188+237=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCED is #3F4312. Grayscale: #C2C2C2. Windows color (decimal): -4145939 or 15580352. OLE color: 15580352.
HSL color Cylindrical-coordinate representation of color #C0BCED: hue angle of 244.9º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BCED is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 188 | 237 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.07 |
| HSL | 244.9º | 0.58% | 0.83% | - |
| HSV(B) | 244.9º | 0.21% | 0.93% | - |
| XYZ | 55.01 | 53.29 | 87.51 | - |
| YUV | 194.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 237 | 0.19 | 0.21 | 0 | 0.07 | 244.9 | 0.58 | 0.83 |
| Hex | C0 | BC | ED | 13 | 15 | 0 | 7 | F5 | 3A | 53 |
| Octal | 300 | 274 | 355 | 23 | 25 | 0 | 7 | 365 | 72 | 123 |
| Binary | 11000000 | 10111100 | 11101101 | 10011 | 10101 | 0 | 111 | 11110101 | 111010 | 1010011 |
Color Harmonies of #C0BCED
Complementary color
Monochromatic Colors of #C0BCED
Black with #C0BCED
Text Example
Text Example
White with #C0BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCED; }
p { color: rgb(192,188,237); }
H1.HeaderClassName
{
color: #C0BCED;
}
.AnyTagClassName
{
color: #C0BCED;
}
</style>
background-color css
<style>
a { background-color: #C0BCED; }
a { background-color: rgb(192,188,237); }
div.DivClassName
{
background-color: #C0BCED;
}
.BgClassName
{
background-color: #C0BCED;
}
</style>
border-color css
<style>
span { border-color: #C0BCED; }
span { border-color: rgb(192,188,237); }
td.TdClassName
{
border-color: #C0BCED;
}
.TagClassName
{
border-color: #C0BCED;
}
</style>