Shades of Melrose #C2BAE4
Tints of Melrose #C2BAE4
RGB
CMYK
RGB Variations
Color information
#C2BAE4 (or 0xC2BAE4) is known color: Melrose. HEX triplet: C2, BA and E4. RGB value is (194,186,228). Sum of RGB (Red+Green+Blue) = 194+186+228=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2BAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAE4 is #3D451B. Grayscale: #C1C1C1. Windows color (decimal): -4015388 or 14990018. OLE color: 14990018.
HSL color Cylindrical-coordinate representation of color #C2BAE4: hue angle of 251.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BAE4 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 186 | 228 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.11 |
| HSL | 251.43º | 0.44% | 0.81% | - |
| HSV(B) | 251.43º | 0.18% | 0.89% | - |
| XYZ | 53.81 | 52.19 | 80.64 | - |
| YUV | 193.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 228 | 0.15 | 0.18 | 0 | 0.11 | 251.43 | 0.44 | 0.81 |
| Hex | C2 | BA | E4 | F | 12 | 0 | B | FB | 2C | 51 |
| Octal | 302 | 272 | 344 | 17 | 22 | 0 | 13 | 373 | 54 | 121 |
| Binary | 11000010 | 10111010 | 11100100 | 1111 | 10010 | 0 | 1011 | 11111011 | 101100 | 1010001 |
Color Harmonies of #C2BAE4
Complementary color
Monochromatic Colors of #C2BAE4
Black with #C2BAE4
Text Example
Text Example
White with #C2BAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAE4; }
p { color: rgb(194,186,228); }
H1.HeaderClassName
{
color: #C2BAE4;
}
.AnyTagClassName
{
color: #C2BAE4;
}
</style>
background-color css
<style>
a { background-color: #C2BAE4; }
a { background-color: rgb(194,186,228); }
div.DivClassName
{
background-color: #C2BAE4;
}
.BgClassName
{
background-color: #C2BAE4;
}
</style>
border-color css
<style>
span { border-color: #C2BAE4; }
span { border-color: rgb(194,186,228); }
td.TdClassName
{
border-color: #C2BAE4;
}
.TagClassName
{
border-color: #C2BAE4;
}
</style>