Shades of Melrose #C1BCED
Tints of Melrose #C1BCED
RGB
CMYK
RGB Variations
Color information
#C1BCED (or 0xC1BCED) is known color: Melrose. HEX triplet: C1, BC and ED. RGB value is (193,188,237). Sum of RGB (Red+Green+Blue) = 193+188+237=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCED is #3E4312. Grayscale: #C2C2C2. Windows color (decimal): -4080403 or 15580353. OLE color: 15580353.
HSL color Cylindrical-coordinate representation of color #C1BCED: hue angle of 246.12º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BCED is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 188 | 237 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.07 |
| HSL | 246.12º | 0.58% | 0.83% | - |
| HSV(B) | 246.12º | 0.21% | 0.93% | - |
| XYZ | 55.26 | 53.42 | 87.52 | - |
| YUV | 195.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 237 | 0.19 | 0.21 | 0 | 0.07 | 246.12 | 0.58 | 0.83 |
| Hex | C1 | BC | ED | 13 | 15 | 0 | 7 | F6 | 3A | 53 |
| Octal | 301 | 274 | 355 | 23 | 25 | 0 | 7 | 366 | 72 | 123 |
| Binary | 11000001 | 10111100 | 11101101 | 10011 | 10101 | 0 | 111 | 11110110 | 111010 | 1010011 |
Color Harmonies of #C1BCED
Complementary color
Monochromatic Colors of #C1BCED
Black with #C1BCED
Text Example
Text Example
White with #C1BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCED; }
p { color: rgb(193,188,237); }
H1.HeaderClassName
{
color: #C1BCED;
}
.AnyTagClassName
{
color: #C1BCED;
}
</style>
background-color css
<style>
a { background-color: #C1BCED; }
a { background-color: rgb(193,188,237); }
div.DivClassName
{
background-color: #C1BCED;
}
.BgClassName
{
background-color: #C1BCED;
}
</style>
border-color css
<style>
span { border-color: #C1BCED; }
span { border-color: rgb(193,188,237); }
td.TdClassName
{
border-color: #C1BCED;
}
.TagClassName
{
border-color: #C1BCED;
}
</style>