Shades of Melrose #C4BCE0
Tints of Melrose #C4BCE0
RGB
CMYK
RGB Variations
Color information
#C4BCE0 (or 0xC4BCE0) is known color: Melrose. HEX triplet: C4, BC and E0. RGB value is (196,188,224). Sum of RGB (Red+Green+Blue) = 196+188+224=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCE0 is #3B431F. Grayscale: #C2C2C2. Windows color (decimal): -3883808 or 14728388. OLE color: 14728388.
HSL color Cylindrical-coordinate representation of color #C4BCE0: hue angle of 253.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BCE0 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 188 | 224 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.12 |
| HSL | 253.33º | 0.37% | 0.81% | - |
| HSV(B) | 253.33º | 0.16% | 0.88% | - |
| XYZ | 54.2 | 53.08 | 77.91 | - |
| YUV | 194.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 224 | 0.12 | 0.16 | 0 | 0.12 | 253.33 | 0.37 | 0.81 |
| Hex | C4 | BC | E0 | C | 10 | 0 | C | FD | 25 | 51 |
| Octal | 304 | 274 | 340 | 14 | 20 | 0 | 14 | 375 | 45 | 121 |
| Binary | 11000100 | 10111100 | 11100000 | 1100 | 10000 | 0 | 1100 | 11111101 | 100101 | 1010001 |
Color Harmonies of #C4BCE0
Complementary color
Monochromatic Colors of #C4BCE0
Black with #C4BCE0
Text Example
Text Example
White with #C4BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCE0; }
p { color: rgb(196,188,224); }
H1.HeaderClassName
{
color: #C4BCE0;
}
.AnyTagClassName
{
color: #C4BCE0;
}
</style>
background-color css
<style>
a { background-color: #C4BCE0; }
a { background-color: rgb(196,188,224); }
div.DivClassName
{
background-color: #C4BCE0;
}
.BgClassName
{
background-color: #C4BCE0;
}
</style>
border-color css
<style>
span { border-color: #C4BCE0; }
span { border-color: rgb(196,188,224); }
td.TdClassName
{
border-color: #C4BCE0;
}
.TagClassName
{
border-color: #C4BCE0;
}
</style>