Shades of Melrose #C0BADC
Tints of Melrose #C0BADC
RGB
CMYK
RGB Variations
Color information
#C0BADC (or 0xC0BADC) is known color: Melrose. HEX triplet: C0, BA and DC. RGB value is (192,186,220). Sum of RGB (Red+Green+Blue) = 192+186+220=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BADC is #3F4523. Grayscale: #BFBFBF. Windows color (decimal): -4146468 or 14465728. OLE color: 14465728.
HSL color Cylindrical-coordinate representation of color #C0BADC: hue angle of 250.59º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BADC is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 186 | 220 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.14 |
| HSL | 250.59º | 0.33% | 0.8% | - |
| HSV(B) | 250.59º | 0.15% | 0.86% | - |
| XYZ | 52.22 | 51.49 | 74.9 | - |
| YUV | 191.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 220 | 0.13 | 0.15 | 0 | 0.14 | 250.59 | 0.33 | 0.8 |
| Hex | C0 | BA | DC | D | F | 0 | E | FB | 21 | 50 |
| Octal | 300 | 272 | 334 | 15 | 17 | 0 | 16 | 373 | 41 | 120 |
| Binary | 11000000 | 10111010 | 11011100 | 1101 | 1111 | 0 | 1110 | 11111011 | 100001 | 1010000 |
Color Harmonies of #C0BADC
Complementary color
Monochromatic Colors of #C0BADC
Black with #C0BADC
Text Example
Text Example
White with #C0BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BADC; }
p { color: rgb(192,186,220); }
H1.HeaderClassName
{
color: #C0BADC;
}
.AnyTagClassName
{
color: #C0BADC;
}
</style>
background-color css
<style>
a { background-color: #C0BADC; }
a { background-color: rgb(192,186,220); }
div.DivClassName
{
background-color: #C0BADC;
}
.BgClassName
{
background-color: #C0BADC;
}
</style>
border-color css
<style>
span { border-color: #C0BADC; }
span { border-color: rgb(192,186,220); }
td.TdClassName
{
border-color: #C0BADC;
}
.TagClassName
{
border-color: #C0BADC;
}
</style>