Shades of Melrose #C4BCF2
Tints of Melrose #C4BCF2
RGB
CMYK
RGB Variations
Color information
#C4BCF2 (or 0xC4BCF2) is known color: Melrose. HEX triplet: C4, BC and F2. RGB value is (196,188,242). Sum of RGB (Red+Green+Blue) = 196+188+242=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCF2 is #3B430D. Grayscale: #C4C4C4. Windows color (decimal): -3883790 or 15908036. OLE color: 15908036.
HSL color Cylindrical-coordinate representation of color #C4BCF2: hue angle of 248.89º degrees, saturation: 0.68, 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 #C4BCF2 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 188 | 242 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.05 |
| HSL | 248.89º | 0.68% | 0.84% | - |
| HSV(B) | 248.89º | 0.22% | 0.95% | - |
| XYZ | 56.78 | 54.11 | 91.46 | - |
| YUV | 196.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 242 | 0.19 | 0.22 | 0 | 0.05 | 248.89 | 0.68 | 0.84 |
| Hex | C4 | BC | F2 | 13 | 16 | 0 | 5 | F9 | 44 | 54 |
| Octal | 304 | 274 | 362 | 23 | 26 | 0 | 5 | 371 | 104 | 124 |
| Binary | 11000100 | 10111100 | 11110010 | 10011 | 10110 | 0 | 101 | 11111001 | 1000100 | 1010100 |
Color Harmonies of #C4BCF2
Complementary color
Monochromatic Colors of #C4BCF2
Black with #C4BCF2
Text Example
Text Example
White with #C4BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCF2; }
p { color: rgb(196,188,242); }
H1.HeaderClassName
{
color: #C4BCF2;
}
.AnyTagClassName
{
color: #C4BCF2;
}
</style>
background-color css
<style>
a { background-color: #C4BCF2; }
a { background-color: rgb(196,188,242); }
div.DivClassName
{
background-color: #C4BCF2;
}
.BgClassName
{
background-color: #C4BCF2;
}
</style>
border-color css
<style>
span { border-color: #C4BCF2; }
span { border-color: rgb(196,188,242); }
td.TdClassName
{
border-color: #C4BCF2;
}
.TagClassName
{
border-color: #C4BCF2;
}
</style>