Shades of Melrose #C4BCEF
Tints of Melrose #C4BCEF
RGB
CMYK
RGB Variations
Color information
#C4BCEF (or 0xC4BCEF) is known color: Melrose. HEX triplet: C4, BC and EF. RGB value is (196,188,239). Sum of RGB (Red+Green+Blue) = 196+188+239=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCEF is #3B4310. Grayscale: #C4C4C4. Windows color (decimal): -3883793 or 15711428. OLE color: 15711428.
HSL color Cylindrical-coordinate representation of color #C4BCEF: hue angle of 249.41º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BCEF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 188 | 239 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.06 |
| HSL | 249.41º | 0.61% | 0.84% | - |
| HSV(B) | 249.41º | 0.21% | 0.94% | - |
| XYZ | 56.33 | 53.93 | 89.1 | - |
| YUV | 196.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 239 | 0.18 | 0.21 | 0 | 0.06 | 249.41 | 0.61 | 0.84 |
| Hex | C4 | BC | EF | 12 | 15 | 0 | 6 | F9 | 3D | 54 |
| Octal | 304 | 274 | 357 | 22 | 25 | 0 | 6 | 371 | 75 | 124 |
| Binary | 11000100 | 10111100 | 11101111 | 10010 | 10101 | 0 | 110 | 11111001 | 111101 | 1010100 |
Color Harmonies of #C4BCEF
Complementary color
Monochromatic Colors of #C4BCEF
Black with #C4BCEF
Text Example
Text Example
White with #C4BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCEF; }
p { color: rgb(196,188,239); }
H1.HeaderClassName
{
color: #C4BCEF;
}
.AnyTagClassName
{
color: #C4BCEF;
}
</style>
background-color css
<style>
a { background-color: #C4BCEF; }
a { background-color: rgb(196,188,239); }
div.DivClassName
{
background-color: #C4BCEF;
}
.BgClassName
{
background-color: #C4BCEF;
}
</style>
border-color css
<style>
span { border-color: #C4BCEF; }
span { border-color: rgb(196,188,239); }
td.TdClassName
{
border-color: #C4BCEF;
}
.TagClassName
{
border-color: #C4BCEF;
}
</style>