Shades of Melrose #C5BCEB
Tints of Melrose #C5BCEB
RGB
CMYK
RGB Variations
Color information
#C5BCEB (or 0xC5BCEB) is known color: Melrose. HEX triplet: C5, BC and EB. RGB value is (197,188,235). Sum of RGB (Red+Green+Blue) = 197+188+235=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCEB is #3A4314. Grayscale: #C3C3C3. Windows color (decimal): -3818261 or 15449285. OLE color: 15449285.
HSL color Cylindrical-coordinate representation of color #C5BCEB: hue angle of 251.49º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BCEB is Cyan = 0.16, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 188 | 235 | - |
| CMYK | 0.16 | 0.2 | 0 | 0.08 |
| HSL | 251.49º | 0.54% | 0.83% | - |
| HSV(B) | 251.49º | 0.2% | 0.92% | - |
| XYZ | 56 | 53.83 | 86.04 | - |
| YUV | 196.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 235 | 0.16 | 0.2 | 0 | 0.08 | 251.49 | 0.54 | 0.83 |
| Hex | C5 | BC | EB | 10 | 14 | 0 | 8 | FB | 36 | 53 |
| Octal | 305 | 274 | 353 | 20 | 24 | 0 | 10 | 373 | 66 | 123 |
| Binary | 11000101 | 10111100 | 11101011 | 10000 | 10100 | 0 | 1000 | 11111011 | 110110 | 1010011 |
Color Harmonies of #C5BCEB
Complementary color
Monochromatic Colors of #C5BCEB
Black with #C5BCEB
Text Example
Text Example
White with #C5BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCEB; }
p { color: rgb(197,188,235); }
H1.HeaderClassName
{
color: #C5BCEB;
}
.AnyTagClassName
{
color: #C5BCEB;
}
</style>
background-color css
<style>
a { background-color: #C5BCEB; }
a { background-color: rgb(197,188,235); }
div.DivClassName
{
background-color: #C5BCEB;
}
.BgClassName
{
background-color: #C5BCEB;
}
</style>
border-color css
<style>
span { border-color: #C5BCEB; }
span { border-color: rgb(197,188,235); }
td.TdClassName
{
border-color: #C5BCEB;
}
.TagClassName
{
border-color: #C5BCEB;
}
</style>