Shades of Melrose #C4BCD4
Tints of Melrose #C4BCD4
RGB
CMYK
RGB Variations
Color information
#C4BCD4 (or 0xC4BCD4) is known color: Melrose. HEX triplet: C4, BC and D4. RGB value is (196,188,212). Sum of RGB (Red+Green+Blue) = 196+188+212=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #C4BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCD4 is #3B432B. Grayscale: #C1C1C1. Windows color (decimal): -3883820 or 13941956. OLE color: 13941956.
HSL color Cylindrical-coordinate representation of color #C4BCD4: hue angle of 260º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BCD4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 188 | 212 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.17 |
| HSL | 260º | 0.22% | 0.78% | - |
| HSV(B) | 260º | 0.11% | 0.83% | - |
| XYZ | 52.63 | 52.46 | 69.64 | - |
| YUV | 193.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 212 | 0.08 | 0.11 | 0 | 0.17 | 260 | 0.22 | 0.78 |
| Hex | C4 | BC | D4 | 8 | B | 0 | 11 | 104 | 16 | 4E |
| Octal | 304 | 274 | 324 | 10 | 13 | 0 | 21 | 404 | 26 | 116 |
| Binary | 11000100 | 10111100 | 11010100 | 1000 | 1011 | 0 | 10001 | 100000100 | 10110 | 1001110 |
Color Harmonies of #C4BCD4
Complementary color
Monochromatic Colors of #C4BCD4
Black with #C4BCD4
Text Example
Text Example
White with #C4BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCD4; }
p { color: rgb(196,188,212); }
H1.HeaderClassName
{
color: #C4BCD4;
}
.AnyTagClassName
{
color: #C4BCD4;
}
</style>
background-color css
<style>
a { background-color: #C4BCD4; }
a { background-color: rgb(196,188,212); }
div.DivClassName
{
background-color: #C4BCD4;
}
.BgClassName
{
background-color: #C4BCD4;
}
</style>
border-color css
<style>
span { border-color: #C4BCD4; }
span { border-color: rgb(196,188,212); }
td.TdClassName
{
border-color: #C4BCD4;
}
.TagClassName
{
border-color: #C4BCD4;
}
</style>