Shades of Melrose #C4BCF1
Tints of Melrose #C4BCF1
RGB
CMYK
RGB Variations
Color information
#C4BCF1 (or 0xC4BCF1) is known color: Melrose. HEX triplet: C4, BC and F1. RGB value is (196,188,241). Sum of RGB (Red+Green+Blue) = 196+188+241=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCF1 is #3B430E. Grayscale: #C4C4C4. Windows color (decimal): -3883791 or 15842500. OLE color: 15842500.
HSL color Cylindrical-coordinate representation of color #C4BCF1: hue angle of 249.06º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4BCF1 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 188 | 241 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.05 |
| HSL | 249.06º | 0.65% | 0.84% | - |
| HSV(B) | 249.06º | 0.22% | 0.95% | - |
| XYZ | 56.63 | 54.05 | 90.67 | - |
| YUV | 196.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 241 | 0.19 | 0.22 | 0 | 0.05 | 249.06 | 0.65 | 0.84 |
| Hex | C4 | BC | F1 | 13 | 16 | 0 | 5 | F9 | 41 | 54 |
| Octal | 304 | 274 | 361 | 23 | 26 | 0 | 5 | 371 | 101 | 124 |
| Binary | 11000100 | 10111100 | 11110001 | 10011 | 10110 | 0 | 101 | 11111001 | 1000001 | 1010100 |
Color Harmonies of #C4BCF1
Complementary color
Monochromatic Colors of #C4BCF1
Black with #C4BCF1
Text Example
Text Example
White with #C4BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCF1; }
p { color: rgb(196,188,241); }
H1.HeaderClassName
{
color: #C4BCF1;
}
.AnyTagClassName
{
color: #C4BCF1;
}
</style>
background-color css
<style>
a { background-color: #C4BCF1; }
a { background-color: rgb(196,188,241); }
div.DivClassName
{
background-color: #C4BCF1;
}
.BgClassName
{
background-color: #C4BCF1;
}
</style>
border-color css
<style>
span { border-color: #C4BCF1; }
span { border-color: rgb(196,188,241); }
td.TdClassName
{
border-color: #C4BCF1;
}
.TagClassName
{
border-color: #C4BCF1;
}
</style>