Shades of Melrose #C4BCF0
Tints of Melrose #C4BCF0
RGB
CMYK
RGB Variations
Color information
#C4BCF0 (or 0xC4BCF0) is known color: Melrose. HEX triplet: C4, BC and F0. RGB value is (196,188,240). Sum of RGB (Red+Green+Blue) = 196+188+240=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCF0 is #3B430F. Grayscale: #C4C4C4. Windows color (decimal): -3883792 or 15776964. OLE color: 15776964.
HSL color Cylindrical-coordinate representation of color #C4BCF0: hue angle of 249.23º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4BCF0 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 188 | 240 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.06 |
| HSL | 249.23º | 0.63% | 0.84% | - |
| HSV(B) | 249.23º | 0.22% | 0.94% | - |
| XYZ | 56.48 | 53.99 | 89.88 | - |
| YUV | 196.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 240 | 0.18 | 0.22 | 0 | 0.06 | 249.23 | 0.63 | 0.84 |
| Hex | C4 | BC | F0 | 12 | 16 | 0 | 6 | F9 | 3F | 54 |
| Octal | 304 | 274 | 360 | 22 | 26 | 0 | 6 | 371 | 77 | 124 |
| Binary | 11000100 | 10111100 | 11110000 | 10010 | 10110 | 0 | 110 | 11111001 | 111111 | 1010100 |
Color Harmonies of #C4BCF0
Complementary color
Monochromatic Colors of #C4BCF0
Black with #C4BCF0
Text Example
Text Example
White with #C4BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCF0; }
p { color: rgb(196,188,240); }
H1.HeaderClassName
{
color: #C4BCF0;
}
.AnyTagClassName
{
color: #C4BCF0;
}
</style>
background-color css
<style>
a { background-color: #C4BCF0; }
a { background-color: rgb(196,188,240); }
div.DivClassName
{
background-color: #C4BCF0;
}
.BgClassName
{
background-color: #C4BCF0;
}
</style>
border-color css
<style>
span { border-color: #C4BCF0; }
span { border-color: rgb(196,188,240); }
td.TdClassName
{
border-color: #C4BCF0;
}
.TagClassName
{
border-color: #C4BCF0;
}
</style>