Shades of Melrose #C0BAF1
Tints of Melrose #C0BAF1
RGB
CMYK
RGB Variations
Color information
#C0BAF1 (or 0xC0BAF1) is known color: Melrose. HEX triplet: C0, BA and F1. RGB value is (192,186,241). Sum of RGB (Red+Green+Blue) = 192+186+241=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAF1 is #3F450E. Grayscale: #C1C1C1. Windows color (decimal): -4146447 or 15841984. OLE color: 15841984.
HSL color Cylindrical-coordinate representation of color #C0BAF1: hue angle of 246.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BAF1 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 186 | 241 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.05 |
| HSL | 246.55º | 0.66% | 0.84% | - |
| HSV(B) | 246.55º | 0.23% | 0.95% | - |
| XYZ | 55.17 | 52.68 | 90.48 | - |
| YUV | 194.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 241 | 0.20 | 0.23 | 0 | 0.05 | 246.55 | 0.66 | 0.84 |
| Hex | C0 | BA | F1 | 14 | 17 | 0 | 5 | F7 | 42 | 54 |
| Octal | 300 | 272 | 361 | 24 | 27 | 0 | 5 | 367 | 102 | 124 |
| Binary | 11000000 | 10111010 | 11110001 | 10100 | 10111 | 0 | 101 | 11110111 | 1000010 | 1010100 |
Color Harmonies of #C0BAF1
Complementary color
Monochromatic Colors of #C0BAF1
Black with #C0BAF1
Text Example
Text Example
White with #C0BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAF1; }
p { color: rgb(192,186,241); }
H1.HeaderClassName
{
color: #C0BAF1;
}
.AnyTagClassName
{
color: #C0BAF1;
}
</style>
background-color css
<style>
a { background-color: #C0BAF1; }
a { background-color: rgb(192,186,241); }
div.DivClassName
{
background-color: #C0BAF1;
}
.BgClassName
{
background-color: #C0BAF1;
}
</style>
border-color css
<style>
span { border-color: #C0BAF1; }
span { border-color: rgb(192,186,241); }
td.TdClassName
{
border-color: #C0BAF1;
}
.TagClassName
{
border-color: #C0BAF1;
}
</style>