Shades of Melrose #C9BCEB
Tints of Melrose #C9BCEB
RGB
CMYK
RGB Variations
Color information
#C9BCEB (or 0xC9BCEB) is known color: Melrose. HEX triplet: C9, BC and EB. RGB value is (201,188,235). Sum of RGB (Red+Green+Blue) = 201+188+235=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCEB is #364314. Grayscale: #C5C5C5. Windows color (decimal): -3556117 or 15449289. OLE color: 15449289.
HSL color Cylindrical-coordinate representation of color #C9BCEB: hue angle of 256.6º 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 #C9BCEB is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 188 | 235 | - |
| CMYK | 0.14 | 0.2 | 0 | 0.08 |
| HSL | 256.6º | 0.54% | 0.83% | - |
| HSV(B) | 256.6º | 0.2% | 0.92% | - |
| XYZ | 57.07 | 54.38 | 86.09 | - |
| YUV | 197.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 235 | 0.14 | 0.2 | 0 | 0.08 | 256.6 | 0.54 | 0.83 |
| Hex | C9 | BC | EB | E | 14 | 0 | 8 | 101 | 36 | 53 |
| Octal | 311 | 274 | 353 | 16 | 24 | 0 | 10 | 401 | 66 | 123 |
| Binary | 11001001 | 10111100 | 11101011 | 1110 | 10100 | 0 | 1000 | 100000001 | 110110 | 1010011 |
Color Harmonies of #C9BCEB
Complementary color
Monochromatic Colors of #C9BCEB
Black with #C9BCEB
Text Example
Text Example
White with #C9BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCEB; }
p { color: rgb(201,188,235); }
H1.HeaderClassName
{
color: #C9BCEB;
}
.AnyTagClassName
{
color: #C9BCEB;
}
</style>
background-color css
<style>
a { background-color: #C9BCEB; }
a { background-color: rgb(201,188,235); }
div.DivClassName
{
background-color: #C9BCEB;
}
.BgClassName
{
background-color: #C9BCEB;
}
</style>
border-color css
<style>
span { border-color: #C9BCEB; }
span { border-color: rgb(201,188,235); }
td.TdClassName
{
border-color: #C9BCEB;
}
.TagClassName
{
border-color: #C9BCEB;
}
</style>