Shades of Melrose #C5BCD5
Tints of Melrose #C5BCD5
RGB
CMYK
RGB Variations
Color information
#C5BCD5 (or 0xC5BCD5) is known color: Melrose. HEX triplet: C5, BC and D5. RGB value is (197,188,213). Sum of RGB (Red+Green+Blue) = 197+188+213=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCD5 is #3A432A. Grayscale: #C1C1C1. Windows color (decimal): -3818283 or 14007493. OLE color: 14007493.
HSL color Cylindrical-coordinate representation of color #C5BCD5: hue angle of 261.6º 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 #C5BCD5 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 188 | 213 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.16 |
| HSL | 261.6º | 0.23% | 0.79% | - |
| HSV(B) | 261.6º | 0.12% | 0.84% | - |
| XYZ | 53.02 | 52.64 | 70.32 | - |
| YUV | 193.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 213 | 0.08 | 0.12 | 0 | 0.16 | 261.6 | 0.23 | 0.79 |
| Hex | C5 | BC | D5 | 8 | C | 0 | 10 | 106 | 17 | 4F |
| Octal | 305 | 274 | 325 | 10 | 14 | 0 | 20 | 406 | 27 | 117 |
| Binary | 11000101 | 10111100 | 11010101 | 1000 | 1100 | 0 | 10000 | 100000110 | 10111 | 1001111 |
Color Harmonies of #C5BCD5
Complementary color
Monochromatic Colors of #C5BCD5
Black with #C5BCD5
Text Example
Text Example
White with #C5BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCD5; }
p { color: rgb(197,188,213); }
H1.HeaderClassName
{
color: #C5BCD5;
}
.AnyTagClassName
{
color: #C5BCD5;
}
</style>
background-color css
<style>
a { background-color: #C5BCD5; }
a { background-color: rgb(197,188,213); }
div.DivClassName
{
background-color: #C5BCD5;
}
.BgClassName
{
background-color: #C5BCD5;
}
</style>
border-color css
<style>
span { border-color: #C5BCD5; }
span { border-color: rgb(197,188,213); }
td.TdClassName
{
border-color: #C5BCD5;
}
.TagClassName
{
border-color: #C5BCD5;
}
</style>