Shades of Melrose #C4BCEB
Tints of Melrose #C4BCEB
RGB
CMYK
RGB Variations
Color information
#C4BCEB (or 0xC4BCEB) is known color: Melrose. HEX triplet: C4, BC and EB. RGB value is (196,188,235). Sum of RGB (Red+Green+Blue) = 196+188+235=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCEB is #3B4314. Grayscale: #C3C3C3. Windows color (decimal): -3883797 or 15449284. OLE color: 15449284.
HSL color Cylindrical-coordinate representation of color #C4BCEB: hue angle of 250.21º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BCEB is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 188 | 235 | - |
| CMYK | 0.17 | 0.2 | 0 | 0.08 |
| HSL | 250.21º | 0.54% | 0.83% | - |
| HSV(B) | 250.21º | 0.2% | 0.92% | - |
| XYZ | 55.74 | 53.7 | 86.02 | - |
| YUV | 195.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 235 | 0.17 | 0.2 | 0 | 0.08 | 250.21 | 0.54 | 0.83 |
| Hex | C4 | BC | EB | 11 | 14 | 0 | 8 | FA | 36 | 53 |
| Octal | 304 | 274 | 353 | 21 | 24 | 0 | 10 | 372 | 66 | 123 |
| Binary | 11000100 | 10111100 | 11101011 | 10001 | 10100 | 0 | 1000 | 11111010 | 110110 | 1010011 |
Color Harmonies of #C4BCEB
Complementary color
Monochromatic Colors of #C4BCEB
Black with #C4BCEB
Text Example
Text Example
White with #C4BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCEB; }
p { color: rgb(196,188,235); }
H1.HeaderClassName
{
color: #C4BCEB;
}
.AnyTagClassName
{
color: #C4BCEB;
}
</style>
background-color css
<style>
a { background-color: #C4BCEB; }
a { background-color: rgb(196,188,235); }
div.DivClassName
{
background-color: #C4BCEB;
}
.BgClassName
{
background-color: #C4BCEB;
}
</style>
border-color css
<style>
span { border-color: #C4BCEB; }
span { border-color: rgb(196,188,235); }
td.TdClassName
{
border-color: #C4BCEB;
}
.TagClassName
{
border-color: #C4BCEB;
}
</style>