Shades of Lavender Grey #C0BCDD
Tints of Lavender Grey #C0BCDD
RGB
CMYK
RGB Variations
Color information
#C0BCDD (or 0xC0BCDD) is known color: Lavender Grey. HEX triplet: C0, BC and DD. RGB value is (192,188,221). Sum of RGB (Red+Green+Blue) = 192+188+221=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCDD is #3F4322. Grayscale: #C0C0C0. Windows color (decimal): -4145955 or 14531776. OLE color: 14531776.
HSL color Cylindrical-coordinate representation of color #C0BCDD: hue angle of 247.27º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BCDD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 188 | 221 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.13 |
| HSL | 247.27º | 0.33% | 0.8% | - |
| HSV(B) | 247.27º | 0.15% | 0.87% | - |
| XYZ | 52.77 | 52.39 | 75.74 | - |
| YUV | 192.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 221 | 0.13 | 0.15 | 0 | 0.13 | 247.27 | 0.33 | 0.8 |
| Hex | C0 | BC | DD | D | F | 0 | D | F7 | 21 | 50 |
| Octal | 300 | 274 | 335 | 15 | 17 | 0 | 15 | 367 | 41 | 120 |
| Binary | 11000000 | 10111100 | 11011101 | 1101 | 1111 | 0 | 1101 | 11110111 | 100001 | 1010000 |
Color Harmonies of #C0BCDD
Complementary color
Monochromatic Colors of #C0BCDD
Black with #C0BCDD
Text Example
Text Example
White with #C0BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCDD; }
p { color: rgb(192,188,221); }
H1.HeaderClassName
{
color: #C0BCDD;
}
.AnyTagClassName
{
color: #C0BCDD;
}
</style>
background-color css
<style>
a { background-color: #C0BCDD; }
a { background-color: rgb(192,188,221); }
div.DivClassName
{
background-color: #C0BCDD;
}
.BgClassName
{
background-color: #C0BCDD;
}
</style>
border-color css
<style>
span { border-color: #C0BCDD; }
span { border-color: rgb(192,188,221); }
td.TdClassName
{
border-color: #C0BCDD;
}
.TagClassName
{
border-color: #C0BCDD;
}
</style>