Shades of Melrose #C2BCD7
Tints of Melrose #C2BCD7
RGB
CMYK
RGB Variations
Color information
#C2BCD7 (or 0xC2BCD7) is known color: Melrose. HEX triplet: C2, BC and D7. RGB value is (194,188,215). Sum of RGB (Red+Green+Blue) = 194+188+215=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #C2BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCD7 is #3D4328. Grayscale: #C0C0C0. Windows color (decimal): -4014889 or 14138562. OLE color: 14138562.
HSL color Cylindrical-coordinate representation of color #C2BCD7: hue angle of 253.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2BCD7 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 188 | 215 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.16 |
| HSL | 253.33º | 0.25% | 0.79% | - |
| HSV(B) | 253.33º | 0.13% | 0.84% | - |
| XYZ | 52.5 | 52.34 | 71.63 | - |
| YUV | 192.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 215 | 0.10 | 0.13 | 0 | 0.16 | 253.33 | 0.25 | 0.79 |
| Hex | C2 | BC | D7 | A | D | 0 | 10 | FD | 19 | 4F |
| Octal | 302 | 274 | 327 | 12 | 15 | 0 | 20 | 375 | 31 | 117 |
| Binary | 11000010 | 10111100 | 11010111 | 1010 | 1101 | 0 | 10000 | 11111101 | 11001 | 1001111 |
Color Harmonies of #C2BCD7
Complementary color
Monochromatic Colors of #C2BCD7
Black with #C2BCD7
Text Example
Text Example
White with #C2BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCD7; }
p { color: rgb(194,188,215); }
H1.HeaderClassName
{
color: #C2BCD7;
}
.AnyTagClassName
{
color: #C2BCD7;
}
</style>
background-color css
<style>
a { background-color: #C2BCD7; }
a { background-color: rgb(194,188,215); }
div.DivClassName
{
background-color: #C2BCD7;
}
.BgClassName
{
background-color: #C2BCD7;
}
</style>
border-color css
<style>
span { border-color: #C2BCD7; }
span { border-color: rgb(194,188,215); }
td.TdClassName
{
border-color: #C2BCD7;
}
.TagClassName
{
border-color: #C2BCD7;
}
</style>