Shades of Melrose #C4BCE6
Tints of Melrose #C4BCE6
RGB
CMYK
RGB Variations
Color information
#C4BCE6 (or 0xC4BCE6) is known color: Melrose. HEX triplet: C4, BC and E6. RGB value is (196,188,230). Sum of RGB (Red+Green+Blue) = 196+188+230=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCE6 is #3B4319. Grayscale: #C3C3C3. Windows color (decimal): -3883802 or 15121604. OLE color: 15121604.
HSL color Cylindrical-coordinate representation of color #C4BCE6: hue angle of 251.43º 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 #C4BCE6 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 188 | 230 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.10 |
| HSL | 251.43º | 0.46% | 0.82% | - |
| HSV(B) | 251.43º | 0.18% | 0.9% | - |
| XYZ | 55.03 | 53.42 | 82.27 | - |
| YUV | 195.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 230 | 0.15 | 0.18 | 0 | 0.10 | 251.43 | 0.46 | 0.82 |
| Hex | C4 | BC | E6 | F | 12 | 0 | A | FB | 2E | 52 |
| Octal | 304 | 274 | 346 | 17 | 22 | 0 | 12 | 373 | 56 | 122 |
| Binary | 11000100 | 10111100 | 11100110 | 1111 | 10010 | 0 | 1010 | 11111011 | 101110 | 1010010 |
Color Harmonies of #C4BCE6
Complementary color
Monochromatic Colors of #C4BCE6
Black with #C4BCE6
Text Example
Text Example
White with #C4BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCE6; }
p { color: rgb(196,188,230); }
H1.HeaderClassName
{
color: #C4BCE6;
}
.AnyTagClassName
{
color: #C4BCE6;
}
</style>
background-color css
<style>
a { background-color: #C4BCE6; }
a { background-color: rgb(196,188,230); }
div.DivClassName
{
background-color: #C4BCE6;
}
.BgClassName
{
background-color: #C4BCE6;
}
</style>
border-color css
<style>
span { border-color: #C4BCE6; }
span { border-color: rgb(196,188,230); }
td.TdClassName
{
border-color: #C4BCE6;
}
.TagClassName
{
border-color: #C4BCE6;
}
</style>