Shades of Melrose #C2BAEA
Tints of Melrose #C2BAEA
RGB
CMYK
RGB Variations
Color information
#C2BAEA (or 0xC2BAEA) is known color: Melrose. HEX triplet: C2, BA and EA. RGB value is (194,186,234). Sum of RGB (Red+Green+Blue) = 194+186+234=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAEA is #3D4515. Grayscale: #C1C1C1. Windows color (decimal): -4015382 or 15383234. OLE color: 15383234.
HSL color Cylindrical-coordinate representation of color #C2BAEA: hue angle of 250º 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 #C2BAEA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 186 | 234 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.08 |
| HSL | 250º | 0.53% | 0.82% | - |
| HSV(B) | 250º | 0.21% | 0.92% | - |
| XYZ | 54.66 | 52.53 | 85.1 | - |
| YUV | 193.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 234 | 0.17 | 0.21 | 0 | 0.08 | 250 | 0.53 | 0.82 |
| Hex | C2 | BA | EA | 11 | 15 | 0 | 8 | FA | 35 | 52 |
| Octal | 302 | 272 | 352 | 21 | 25 | 0 | 10 | 372 | 65 | 122 |
| Binary | 11000010 | 10111010 | 11101010 | 10001 | 10101 | 0 | 1000 | 11111010 | 110101 | 1010010 |
Color Harmonies of #C2BAEA
Complementary color
Monochromatic Colors of #C2BAEA
Black with #C2BAEA
Text Example
Text Example
White with #C2BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAEA; }
p { color: rgb(194,186,234); }
H1.HeaderClassName
{
color: #C2BAEA;
}
.AnyTagClassName
{
color: #C2BAEA;
}
</style>
background-color css
<style>
a { background-color: #C2BAEA; }
a { background-color: rgb(194,186,234); }
div.DivClassName
{
background-color: #C2BAEA;
}
.BgClassName
{
background-color: #C2BAEA;
}
</style>
border-color css
<style>
span { border-color: #C2BAEA; }
span { border-color: rgb(194,186,234); }
td.TdClassName
{
border-color: #C2BAEA;
}
.TagClassName
{
border-color: #C2BAEA;
}
</style>