Shades of Melrose #C2BAED
Tints of Melrose #C2BAED
RGB
CMYK
RGB Variations
Color information
#C2BAED (or 0xC2BAED) is known color: Melrose. HEX triplet: C2, BA and ED. RGB value is (194,186,237). Sum of RGB (Red+Green+Blue) = 194+186+237=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAED is #3D4512. Grayscale: #C2C2C2. Windows color (decimal): -4015379 or 15579842. OLE color: 15579842.
HSL color Cylindrical-coordinate representation of color #C2BAED: hue angle of 249.41º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2BAED is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 186 | 237 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.07 |
| HSL | 249.41º | 0.59% | 0.83% | - |
| HSV(B) | 249.41º | 0.22% | 0.93% | - |
| XYZ | 55.09 | 52.7 | 87.39 | - |
| YUV | 194.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 237 | 0.18 | 0.22 | 0 | 0.07 | 249.41 | 0.59 | 0.83 |
| Hex | C2 | BA | ED | 12 | 16 | 0 | 7 | F9 | 3B | 53 |
| Octal | 302 | 272 | 355 | 22 | 26 | 0 | 7 | 371 | 73 | 123 |
| Binary | 11000010 | 10111010 | 11101101 | 10010 | 10110 | 0 | 111 | 11111001 | 111011 | 1010011 |
Color Harmonies of #C2BAED
Complementary color
Monochromatic Colors of #C2BAED
Black with #C2BAED
Text Example
Text Example
White with #C2BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAED; }
p { color: rgb(194,186,237); }
H1.HeaderClassName
{
color: #C2BAED;
}
.AnyTagClassName
{
color: #C2BAED;
}
</style>
background-color css
<style>
a { background-color: #C2BAED; }
a { background-color: rgb(194,186,237); }
div.DivClassName
{
background-color: #C2BAED;
}
.BgClassName
{
background-color: #C2BAED;
}
</style>
border-color css
<style>
span { border-color: #C2BAED; }
span { border-color: rgb(194,186,237); }
td.TdClassName
{
border-color: #C2BAED;
}
.TagClassName
{
border-color: #C2BAED;
}
</style>