Shades of Melrose #C0BADF
Tints of Melrose #C0BADF
RGB
CMYK
RGB Variations
Color information
#C0BADF (or 0xC0BADF) is known color: Melrose. HEX triplet: C0, BA and DF. RGB value is (192,186,223). Sum of RGB (Red+Green+Blue) = 192+186+223=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BADF is #3F4520. Grayscale: #BFBFBF. Windows color (decimal): -4146465 or 14662336. OLE color: 14662336.
HSL color Cylindrical-coordinate representation of color #C0BADF: hue angle of 249.73º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BADF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 186 | 223 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.13 |
| HSL | 249.73º | 0.37% | 0.8% | - |
| HSV(B) | 249.73º | 0.17% | 0.87% | - |
| XYZ | 52.62 | 51.65 | 77.01 | - |
| YUV | 192.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 223 | 0.14 | 0.17 | 0 | 0.13 | 249.73 | 0.37 | 0.8 |
| Hex | C0 | BA | DF | E | 11 | 0 | D | FA | 25 | 50 |
| Octal | 300 | 272 | 337 | 16 | 21 | 0 | 15 | 372 | 45 | 120 |
| Binary | 11000000 | 10111010 | 11011111 | 1110 | 10001 | 0 | 1101 | 11111010 | 100101 | 1010000 |
Color Harmonies of #C0BADF
Complementary color
Monochromatic Colors of #C0BADF
Black with #C0BADF
Text Example
Text Example
White with #C0BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BADF; }
p { color: rgb(192,186,223); }
H1.HeaderClassName
{
color: #C0BADF;
}
.AnyTagClassName
{
color: #C0BADF;
}
</style>
background-color css
<style>
a { background-color: #C0BADF; }
a { background-color: rgb(192,186,223); }
div.DivClassName
{
background-color: #C0BADF;
}
.BgClassName
{
background-color: #C0BADF;
}
</style>
border-color css
<style>
span { border-color: #C0BADF; }
span { border-color: rgb(192,186,223); }
td.TdClassName
{
border-color: #C0BADF;
}
.TagClassName
{
border-color: #C0BADF;
}
</style>