Shades of Melrose #C1BAEA
Tints of Melrose #C1BAEA
RGB
CMYK
RGB Variations
Color information
#C1BAEA (or 0xC1BAEA) is known color: Melrose. HEX triplet: C1, BA and EA. RGB value is (193,186,234). Sum of RGB (Red+Green+Blue) = 193+186+234=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAEA is #3E4515. Grayscale: #C1C1C1. Windows color (decimal): -4080918 or 15383233. OLE color: 15383233.
HSL color Cylindrical-coordinate representation of color #C1BAEA: hue angle of 248.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BAEA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 186 | 234 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.08 |
| HSL | 248.75º | 0.53% | 0.82% | - |
| HSV(B) | 248.75º | 0.21% | 0.92% | - |
| XYZ | 54.4 | 52.4 | 85.09 | - |
| YUV | 193.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 234 | 0.18 | 0.21 | 0 | 0.08 | 248.75 | 0.53 | 0.82 |
| Hex | C1 | BA | EA | 12 | 15 | 0 | 8 | F9 | 35 | 52 |
| Octal | 301 | 272 | 352 | 22 | 25 | 0 | 10 | 371 | 65 | 122 |
| Binary | 11000001 | 10111010 | 11101010 | 10010 | 10101 | 0 | 1000 | 11111001 | 110101 | 1010010 |
Color Harmonies of #C1BAEA
Complementary color
Monochromatic Colors of #C1BAEA
Black with #C1BAEA
Text Example
Text Example
White with #C1BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BAEA; }
p { color: rgb(193,186,234); }
H1.HeaderClassName
{
color: #C1BAEA;
}
.AnyTagClassName
{
color: #C1BAEA;
}
</style>
background-color css
<style>
a { background-color: #C1BAEA; }
a { background-color: rgb(193,186,234); }
div.DivClassName
{
background-color: #C1BAEA;
}
.BgClassName
{
background-color: #C1BAEA;
}
</style>
border-color css
<style>
span { border-color: #C1BAEA; }
span { border-color: rgb(193,186,234); }
td.TdClassName
{
border-color: #C1BAEA;
}
.TagClassName
{
border-color: #C1BAEA;
}
</style>