Shades of Melrose #C2BCD5
Tints of Melrose #C2BCD5
RGB
CMYK
RGB Variations
Color information
#C2BCD5 (or 0xC2BCD5) is known color: Melrose. HEX triplet: C2, BC and D5. RGB value is (194,188,213). Sum of RGB (Red+Green+Blue) = 194+188+213=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCD5 is #3D432A. Grayscale: #C0C0C0. Windows color (decimal): -4014891 or 14007490. OLE color: 14007490.
HSL color Cylindrical-coordinate representation of color #C2BCD5: hue angle of 254.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BCD5 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 188 | 213 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.16 |
| HSL | 254.4º | 0.23% | 0.79% | - |
| HSV(B) | 254.4º | 0.12% | 0.84% | - |
| XYZ | 52.24 | 52.24 | 70.28 | - |
| YUV | 192.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 213 | 0.09 | 0.12 | 0 | 0.16 | 254.4 | 0.23 | 0.79 |
| Hex | C2 | BC | D5 | 9 | C | 0 | 10 | FE | 17 | 4F |
| Octal | 302 | 274 | 325 | 11 | 14 | 0 | 20 | 376 | 27 | 117 |
| Binary | 11000010 | 10111100 | 11010101 | 1001 | 1100 | 0 | 10000 | 11111110 | 10111 | 1001111 |
Color Harmonies of #C2BCD5
Complementary color
Monochromatic Colors of #C2BCD5
Black with #C2BCD5
Text Example
Text Example
White with #C2BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCD5; }
p { color: rgb(194,188,213); }
H1.HeaderClassName
{
color: #C2BCD5;
}
.AnyTagClassName
{
color: #C2BCD5;
}
</style>
background-color css
<style>
a { background-color: #C2BCD5; }
a { background-color: rgb(194,188,213); }
div.DivClassName
{
background-color: #C2BCD5;
}
.BgClassName
{
background-color: #C2BCD5;
}
</style>
border-color css
<style>
span { border-color: #C2BCD5; }
span { border-color: rgb(194,188,213); }
td.TdClassName
{
border-color: #C2BCD5;
}
.TagClassName
{
border-color: #C2BCD5;
}
</style>