Shades of Melrose #C7BCE6
Tints of Melrose #C7BCE6
RGB
CMYK
RGB Variations
Color information
#C7BCE6 (or 0xC7BCE6) is known color: Melrose. HEX triplet: C7, BC and E6. RGB value is (199,188,230). Sum of RGB (Red+Green+Blue) = 199+188+230=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCE6 is #384319. Grayscale: #C3C3C3. Windows color (decimal): -3687194 or 15121607. OLE color: 15121607.
HSL color Cylindrical-coordinate representation of color #C7BCE6: hue angle of 255.71º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7BCE6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 188 | 230 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.10 |
| HSL | 255.71º | 0.46% | 0.82% | - |
| HSV(B) | 255.71º | 0.18% | 0.9% | - |
| XYZ | 55.82 | 53.82 | 82.31 | - |
| YUV | 196.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 230 | 0.13 | 0.18 | 0 | 0.10 | 255.71 | 0.46 | 0.82 |
| Hex | C7 | BC | E6 | D | 12 | 0 | A | 100 | 2E | 52 |
| Octal | 307 | 274 | 346 | 15 | 22 | 0 | 12 | 400 | 56 | 122 |
| Binary | 11000111 | 10111100 | 11100110 | 1101 | 10010 | 0 | 1010 | 100000000 | 101110 | 1010010 |
Color Harmonies of #C7BCE6
Complementary color
Monochromatic Colors of #C7BCE6
Black with #C7BCE6
Text Example
Text Example
White with #C7BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCE6; }
p { color: rgb(199,188,230); }
H1.HeaderClassName
{
color: #C7BCE6;
}
.AnyTagClassName
{
color: #C7BCE6;
}
</style>
background-color css
<style>
a { background-color: #C7BCE6; }
a { background-color: rgb(199,188,230); }
div.DivClassName
{
background-color: #C7BCE6;
}
.BgClassName
{
background-color: #C7BCE6;
}
</style>
border-color css
<style>
span { border-color: #C7BCE6; }
span { border-color: rgb(199,188,230); }
td.TdClassName
{
border-color: #C7BCE6;
}
.TagClassName
{
border-color: #C7BCE6;
}
</style>