Shades of Melrose #C4BAE4
Tints of Melrose #C4BAE4
RGB
CMYK
RGB Variations
Color information
#C4BAE4 (or 0xC4BAE4) is known color: Melrose. HEX triplet: C4, BA and E4. RGB value is (196,186,228). Sum of RGB (Red+Green+Blue) = 196+186+228=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #C4BAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAE4 is #3B451B. Grayscale: #C1C1C1. Windows color (decimal): -3884316 or 14990020. OLE color: 14990020.
HSL color Cylindrical-coordinate representation of color #C4BAE4: hue angle of 254.29º 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 #C4BAE4 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 186 | 228 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.11 |
| HSL | 254.29º | 0.44% | 0.81% | - |
| HSV(B) | 254.29º | 0.18% | 0.89% | - |
| XYZ | 54.33 | 52.46 | 80.66 | - |
| YUV | 193.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 228 | 0.14 | 0.18 | 0 | 0.11 | 254.29 | 0.44 | 0.81 |
| Hex | C4 | BA | E4 | E | 12 | 0 | B | FE | 2C | 51 |
| Octal | 304 | 272 | 344 | 16 | 22 | 0 | 13 | 376 | 54 | 121 |
| Binary | 11000100 | 10111010 | 11100100 | 1110 | 10010 | 0 | 1011 | 11111110 | 101100 | 1010001 |
Color Harmonies of #C4BAE4
Complementary color
Monochromatic Colors of #C4BAE4
Black with #C4BAE4
Text Example
Text Example
White with #C4BAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAE4; }
p { color: rgb(196,186,228); }
H1.HeaderClassName
{
color: #C4BAE4;
}
.AnyTagClassName
{
color: #C4BAE4;
}
</style>
background-color css
<style>
a { background-color: #C4BAE4; }
a { background-color: rgb(196,186,228); }
div.DivClassName
{
background-color: #C4BAE4;
}
.BgClassName
{
background-color: #C4BAE4;
}
</style>
border-color css
<style>
span { border-color: #C4BAE4; }
span { border-color: rgb(196,186,228); }
td.TdClassName
{
border-color: #C4BAE4;
}
.TagClassName
{
border-color: #C4BAE4;
}
</style>