Shades of Melrose #C0BAF2
Tints of Melrose #C0BAF2
RGB
CMYK
RGB Variations
Color information
#C0BAF2 (or 0xC0BAF2) is known color: Melrose. HEX triplet: C0, BA and F2. RGB value is (192,186,242). Sum of RGB (Red+Green+Blue) = 192+186+242=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAF2 is #3F450D. Grayscale: #C1C1C1. Windows color (decimal): -4146446 or 15907520. OLE color: 15907520.
HSL color Cylindrical-coordinate representation of color #C0BAF2: hue angle of 246.43º degrees, saturation: 0.68, 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 #C0BAF2 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 186 | 242 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.05 |
| HSL | 246.43º | 0.68% | 0.84% | - |
| HSV(B) | 246.43º | 0.23% | 0.95% | - |
| XYZ | 55.32 | 52.74 | 91.27 | - |
| YUV | 194.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 242 | 0.21 | 0.23 | 0 | 0.05 | 246.43 | 0.68 | 0.84 |
| Hex | C0 | BA | F2 | 15 | 17 | 0 | 5 | F6 | 44 | 54 |
| Octal | 300 | 272 | 362 | 25 | 27 | 0 | 5 | 366 | 104 | 124 |
| Binary | 11000000 | 10111010 | 11110010 | 10101 | 10111 | 0 | 101 | 11110110 | 1000100 | 1010100 |
Color Harmonies of #C0BAF2
Complementary color
Monochromatic Colors of #C0BAF2
Black with #C0BAF2
Text Example
Text Example
White with #C0BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAF2; }
p { color: rgb(192,186,242); }
H1.HeaderClassName
{
color: #C0BAF2;
}
.AnyTagClassName
{
color: #C0BAF2;
}
</style>
background-color css
<style>
a { background-color: #C0BAF2; }
a { background-color: rgb(192,186,242); }
div.DivClassName
{
background-color: #C0BAF2;
}
.BgClassName
{
background-color: #C0BAF2;
}
</style>
border-color css
<style>
span { border-color: #C0BAF2; }
span { border-color: rgb(192,186,242); }
td.TdClassName
{
border-color: #C0BAF2;
}
.TagClassName
{
border-color: #C0BAF2;
}
</style>