Shades of Melrose #C0BADB
Tints of Melrose #C0BADB
RGB
CMYK
RGB Variations
Color information
#C0BADB (or 0xC0BADB) is known color: Melrose. HEX triplet: C0, BA and DB. RGB value is (192,186,219). Sum of RGB (Red+Green+Blue) = 192+186+219=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BADB is #3F4524. Grayscale: #BFBFBF. Windows color (decimal): -4146469 or 14400192. OLE color: 14400192.
HSL color Cylindrical-coordinate representation of color #C0BADB: hue angle of 250.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BADB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 186 | 219 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.14 |
| HSL | 250.91º | 0.31% | 0.79% | - |
| HSV(B) | 250.91º | 0.15% | 0.86% | - |
| XYZ | 52.08 | 51.44 | 74.2 | - |
| YUV | 191.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 219 | 0.12 | 0.15 | 0 | 0.14 | 250.91 | 0.31 | 0.79 |
| Hex | C0 | BA | DB | C | F | 0 | E | FB | 1F | 4F |
| Octal | 300 | 272 | 333 | 14 | 17 | 0 | 16 | 373 | 37 | 117 |
| Binary | 11000000 | 10111010 | 11011011 | 1100 | 1111 | 0 | 1110 | 11111011 | 11111 | 1001111 |
Color Harmonies of #C0BADB
Complementary color
Monochromatic Colors of #C0BADB
Black with #C0BADB
Text Example
Text Example
White with #C0BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BADB; }
p { color: rgb(192,186,219); }
H1.HeaderClassName
{
color: #C0BADB;
}
.AnyTagClassName
{
color: #C0BADB;
}
</style>
background-color css
<style>
a { background-color: #C0BADB; }
a { background-color: rgb(192,186,219); }
div.DivClassName
{
background-color: #C0BADB;
}
.BgClassName
{
background-color: #C0BADB;
}
</style>
border-color css
<style>
span { border-color: #C0BADB; }
span { border-color: rgb(192,186,219); }
td.TdClassName
{
border-color: #C0BADB;
}
.TagClassName
{
border-color: #C0BADB;
}
</style>