Shades of Melrose #C2BCD9
Tints of Melrose #C2BCD9
RGB
CMYK
RGB Variations
Color information
#C2BCD9 (or 0xC2BCD9) is known color: Melrose. HEX triplet: C2, BC and D9. RGB value is (194,188,217). Sum of RGB (Red+Green+Blue) = 194+188+217=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCD9 is #3D4326. Grayscale: #C0C0C0. Windows color (decimal): -4014887 or 14269634. OLE color: 14269634.
HSL color Cylindrical-coordinate representation of color #C2BCD9: hue angle of 252.41º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2BCD9 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 188 | 217 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.15 |
| HSL | 252.41º | 0.28% | 0.79% | - |
| HSV(B) | 252.41º | 0.13% | 0.85% | - |
| XYZ | 52.76 | 52.45 | 72.99 | - |
| YUV | 193.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 217 | 0.11 | 0.13 | 0 | 0.15 | 252.41 | 0.28 | 0.79 |
| Hex | C2 | BC | D9 | B | D | 0 | F | FC | 1C | 4F |
| Octal | 302 | 274 | 331 | 13 | 15 | 0 | 17 | 374 | 34 | 117 |
| Binary | 11000010 | 10111100 | 11011001 | 1011 | 1101 | 0 | 1111 | 11111100 | 11100 | 1001111 |
Color Harmonies of #C2BCD9
Complementary color
Monochromatic Colors of #C2BCD9
Black with #C2BCD9
Text Example
Text Example
White with #C2BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCD9; }
p { color: rgb(194,188,217); }
H1.HeaderClassName
{
color: #C2BCD9;
}
.AnyTagClassName
{
color: #C2BCD9;
}
</style>
background-color css
<style>
a { background-color: #C2BCD9; }
a { background-color: rgb(194,188,217); }
div.DivClassName
{
background-color: #C2BCD9;
}
.BgClassName
{
background-color: #C2BCD9;
}
</style>
border-color css
<style>
span { border-color: #C2BCD9; }
span { border-color: rgb(194,188,217); }
td.TdClassName
{
border-color: #C2BCD9;
}
.TagClassName
{
border-color: #C2BCD9;
}
</style>