Shades of Melrose #C5BCF3
Tints of Melrose #C5BCF3
RGB
CMYK
RGB Variations
Color information
#C5BCF3 (or 0xC5BCF3) is known color: Melrose. HEX triplet: C5, BC and F3. RGB value is (197,188,243). Sum of RGB (Red+Green+Blue) = 197+188+243=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCF3 is #3A430C. Grayscale: #C4C4C4. Windows color (decimal): -3818253 or 15973573. OLE color: 15973573.
HSL color Cylindrical-coordinate representation of color #C5BCF3: hue angle of 249.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5BCF3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 188 | 243 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.05 |
| HSL | 249.82º | 0.7% | 0.85% | - |
| HSV(B) | 249.82º | 0.23% | 0.95% | - |
| XYZ | 57.19 | 54.31 | 92.26 | - |
| YUV | 196.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 243 | 0.19 | 0.23 | 0 | 0.05 | 249.82 | 0.7 | 0.85 |
| Hex | C5 | BC | F3 | 13 | 17 | 0 | 5 | FA | 46 | 55 |
| Octal | 305 | 274 | 363 | 23 | 27 | 0 | 5 | 372 | 106 | 125 |
| Binary | 11000101 | 10111100 | 11110011 | 10011 | 10111 | 0 | 101 | 11111010 | 1000110 | 1010101 |
Color Harmonies of #C5BCF3
Complementary color
Monochromatic Colors of #C5BCF3
Black with #C5BCF3
Text Example
Text Example
White with #C5BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCF3; }
p { color: rgb(197,188,243); }
H1.HeaderClassName
{
color: #C5BCF3;
}
.AnyTagClassName
{
color: #C5BCF3;
}
</style>
background-color css
<style>
a { background-color: #C5BCF3; }
a { background-color: rgb(197,188,243); }
div.DivClassName
{
background-color: #C5BCF3;
}
.BgClassName
{
background-color: #C5BCF3;
}
</style>
border-color css
<style>
span { border-color: #C5BCF3; }
span { border-color: rgb(197,188,243); }
td.TdClassName
{
border-color: #C5BCF3;
}
.TagClassName
{
border-color: #C5BCF3;
}
</style>