Shades of Melrose #C9BCED
Tints of Melrose #C9BCED
RGB
CMYK
RGB Variations
Color information
#C9BCED (or 0xC9BCED) is known color: Melrose. HEX triplet: C9, BC and ED. RGB value is (201,188,237). Sum of RGB (Red+Green+Blue) = 201+188+237=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCED is #364312. Grayscale: #C5C5C5. Windows color (decimal): -3556115 or 15580361. OLE color: 15580361.
HSL color Cylindrical-coordinate representation of color #C9BCED: hue angle of 255.92º 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 #C9BCED is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 188 | 237 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.07 |
| HSL | 255.92º | 0.58% | 0.83% | - |
| HSV(B) | 255.92º | 0.21% | 0.93% | - |
| XYZ | 57.36 | 54.5 | 87.62 | - |
| YUV | 197.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 237 | 0.15 | 0.21 | 0 | 0.07 | 255.92 | 0.58 | 0.83 |
| Hex | C9 | BC | ED | F | 15 | 0 | 7 | 100 | 3A | 53 |
| Octal | 311 | 274 | 355 | 17 | 25 | 0 | 7 | 400 | 72 | 123 |
| Binary | 11001001 | 10111100 | 11101101 | 1111 | 10101 | 0 | 111 | 100000000 | 111010 | 1010011 |
Color Harmonies of #C9BCED
Complementary color
Monochromatic Colors of #C9BCED
Black with #C9BCED
Text Example
Text Example
White with #C9BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCED; }
p { color: rgb(201,188,237); }
H1.HeaderClassName
{
color: #C9BCED;
}
.AnyTagClassName
{
color: #C9BCED;
}
</style>
background-color css
<style>
a { background-color: #C9BCED; }
a { background-color: rgb(201,188,237); }
div.DivClassName
{
background-color: #C9BCED;
}
.BgClassName
{
background-color: #C9BCED;
}
</style>
border-color css
<style>
span { border-color: #C9BCED; }
span { border-color: rgb(201,188,237); }
td.TdClassName
{
border-color: #C9BCED;
}
.TagClassName
{
border-color: #C9BCED;
}
</style>