Shades of Melrose #C5BFEC
Tints of Melrose #C5BFEC
RGB
CMYK
RGB Variations
Color information
#C5BFEC (or 0xC5BFEC) is known color: Melrose. HEX triplet: C5, BF and EC. RGB value is (197,191,236). Sum of RGB (Red+Green+Blue) = 197+191+236=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFEC is #3A4013. Grayscale: #C5C5C5. Windows color (decimal): -3817492 or 15515589. OLE color: 15515589.
HSL color Cylindrical-coordinate representation of color #C5BFEC: hue angle of 248º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BFEC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 191 | 236 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.07 |
| HSL | 248º | 0.54% | 0.84% | - |
| HSV(B) | 248º | 0.19% | 0.93% | - |
| XYZ | 56.8 | 55.19 | 87.02 | - |
| YUV | 197.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 236 | 0.17 | 0.19 | 0 | 0.07 | 248 | 0.54 | 0.84 |
| Hex | C5 | BF | EC | 11 | 13 | 0 | 7 | F8 | 36 | 54 |
| Octal | 305 | 277 | 354 | 21 | 23 | 0 | 7 | 370 | 66 | 124 |
| Binary | 11000101 | 10111111 | 11101100 | 10001 | 10011 | 0 | 111 | 11111000 | 110110 | 1010100 |
Color Harmonies of #C5BFEC
Complementary color
Monochromatic Colors of #C5BFEC
Black with #C5BFEC
Text Example
Text Example
White with #C5BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFEC; }
p { color: rgb(197,191,236); }
H1.HeaderClassName
{
color: #C5BFEC;
}
.AnyTagClassName
{
color: #C5BFEC;
}
</style>
background-color css
<style>
a { background-color: #C5BFEC; }
a { background-color: rgb(197,191,236); }
div.DivClassName
{
background-color: #C5BFEC;
}
.BgClassName
{
background-color: #C5BFEC;
}
</style>
border-color css
<style>
span { border-color: #C5BFEC; }
span { border-color: rgb(197,191,236); }
td.TdClassName
{
border-color: #C5BFEC;
}
.TagClassName
{
border-color: #C5BFEC;
}
</style>