Shades of Melrose #C5BCE9
Tints of Melrose #C5BCE9
RGB
CMYK
RGB Variations
Color information
#C5BCE9 (or 0xC5BCE9) is known color: Melrose. HEX triplet: C5, BC and E9. RGB value is (197,188,233). Sum of RGB (Red+Green+Blue) = 197+188+233=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCE9 is #3A4316. Grayscale: #C3C3C3. Windows color (decimal): -3818263 or 15318213. OLE color: 15318213.
HSL color Cylindrical-coordinate representation of color #C5BCE9: hue angle of 252º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BCE9 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 188 | 233 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.09 |
| HSL | 252º | 0.51% | 0.83% | - |
| HSV(B) | 252º | 0.19% | 0.91% | - |
| XYZ | 55.72 | 53.72 | 84.52 | - |
| YUV | 195.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 233 | 0.15 | 0.19 | 0 | 0.09 | 252 | 0.51 | 0.83 |
| Hex | C5 | BC | E9 | F | 13 | 0 | 9 | FC | 33 | 53 |
| Octal | 305 | 274 | 351 | 17 | 23 | 0 | 11 | 374 | 63 | 123 |
| Binary | 11000101 | 10111100 | 11101001 | 1111 | 10011 | 0 | 1001 | 11111100 | 110011 | 1010011 |
Color Harmonies of #C5BCE9
Complementary color
Monochromatic Colors of #C5BCE9
Black with #C5BCE9
Text Example
Text Example
White with #C5BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCE9; }
p { color: rgb(197,188,233); }
H1.HeaderClassName
{
color: #C5BCE9;
}
.AnyTagClassName
{
color: #C5BCE9;
}
</style>
background-color css
<style>
a { background-color: #C5BCE9; }
a { background-color: rgb(197,188,233); }
div.DivClassName
{
background-color: #C5BCE9;
}
.BgClassName
{
background-color: #C5BCE9;
}
</style>
border-color css
<style>
span { border-color: #C5BCE9; }
span { border-color: rgb(197,188,233); }
td.TdClassName
{
border-color: #C5BCE9;
}
.TagClassName
{
border-color: #C5BCE9;
}
</style>