Shades of Melrose #C5BCEC
Tints of Melrose #C5BCEC
RGB
CMYK
RGB Variations
Color information
#C5BCEC (or 0xC5BCEC) is known color: Melrose. HEX triplet: C5, BC and EC. RGB value is (197,188,236). Sum of RGB (Red+Green+Blue) = 197+188+236=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCEC is #3A4313. Grayscale: #C3C3C3. Windows color (decimal): -3818260 or 15514821. OLE color: 15514821.
HSL color Cylindrical-coordinate representation of color #C5BCEC: hue angle of 251.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BCEC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 188 | 236 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.07 |
| HSL | 251.25º | 0.56% | 0.83% | - |
| HSV(B) | 251.25º | 0.2% | 0.93% | - |
| XYZ | 56.15 | 53.89 | 86.8 | - |
| YUV | 196.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 236 | 0.17 | 0.20 | 0 | 0.07 | 251.25 | 0.56 | 0.83 |
| Hex | C5 | BC | EC | 11 | 14 | 0 | 7 | FB | 38 | 53 |
| Octal | 305 | 274 | 354 | 21 | 24 | 0 | 7 | 373 | 70 | 123 |
| Binary | 11000101 | 10111100 | 11101100 | 10001 | 10100 | 0 | 111 | 11111011 | 111000 | 1010011 |
Color Harmonies of #C5BCEC
Complementary color
Monochromatic Colors of #C5BCEC
Black with #C5BCEC
Text Example
Text Example
White with #C5BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCEC; }
p { color: rgb(197,188,236); }
H1.HeaderClassName
{
color: #C5BCEC;
}
.AnyTagClassName
{
color: #C5BCEC;
}
</style>
background-color css
<style>
a { background-color: #C5BCEC; }
a { background-color: rgb(197,188,236); }
div.DivClassName
{
background-color: #C5BCEC;
}
.BgClassName
{
background-color: #C5BCEC;
}
</style>
border-color css
<style>
span { border-color: #C5BCEC; }
span { border-color: rgb(197,188,236); }
td.TdClassName
{
border-color: #C5BCEC;
}
.TagClassName
{
border-color: #C5BCEC;
}
</style>