Shades of Melrose #C4BCE4
Tints of Melrose #C4BCE4
RGB
CMYK
RGB Variations
Color information
#C4BCE4 (or 0xC4BCE4) is known color: Melrose. HEX triplet: C4, BC and E4. RGB value is (196,188,228). Sum of RGB (Red+Green+Blue) = 196+188+228=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #C4BCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCE4 is #3B431B. Grayscale: #C2C2C2. Windows color (decimal): -3883804 or 14990532. OLE color: 14990532.
HSL color Cylindrical-coordinate representation of color #C4BCE4: hue angle of 252º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4BCE4 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 188 | 228 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.11 |
| HSL | 252º | 0.43% | 0.82% | - |
| HSV(B) | 252º | 0.18% | 0.89% | - |
| XYZ | 54.75 | 53.3 | 80.8 | - |
| YUV | 194.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 228 | 0.14 | 0.18 | 0 | 0.11 | 252 | 0.43 | 0.82 |
| Hex | C4 | BC | E4 | E | 12 | 0 | B | FC | 2B | 52 |
| Octal | 304 | 274 | 344 | 16 | 22 | 0 | 13 | 374 | 53 | 122 |
| Binary | 11000100 | 10111100 | 11100100 | 1110 | 10010 | 0 | 1011 | 11111100 | 101011 | 1010010 |
Color Harmonies of #C4BCE4
Complementary color
Monochromatic Colors of #C4BCE4
Black with #C4BCE4
Text Example
Text Example
White with #C4BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCE4; }
p { color: rgb(196,188,228); }
H1.HeaderClassName
{
color: #C4BCE4;
}
.AnyTagClassName
{
color: #C4BCE4;
}
</style>
background-color css
<style>
a { background-color: #C4BCE4; }
a { background-color: rgb(196,188,228); }
div.DivClassName
{
background-color: #C4BCE4;
}
.BgClassName
{
background-color: #C4BCE4;
}
</style>
border-color css
<style>
span { border-color: #C4BCE4; }
span { border-color: rgb(196,188,228); }
td.TdClassName
{
border-color: #C4BCE4;
}
.TagClassName
{
border-color: #C4BCE4;
}
</style>