Shades of Melrose #C9BCE5
Tints of Melrose #C9BCE5
RGB
CMYK
RGB Variations
Color information
#C9BCE5 (or 0xC9BCE5) is known color: Melrose. HEX triplet: C9, BC and E5. RGB value is (201,188,229). Sum of RGB (Red+Green+Blue) = 201+188+229=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #C9BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCE5 is #36431A. Grayscale: #C4C4C4. Windows color (decimal): -3556123 or 15056073. OLE color: 15056073.
HSL color Cylindrical-coordinate representation of color #C9BCE5: hue angle of 259.02º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BCE5 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 188 | 229 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.10 |
| HSL | 259.02º | 0.44% | 0.82% | - |
| HSV(B) | 259.02º | 0.18% | 0.9% | - |
| XYZ | 56.21 | 54.04 | 81.6 | - |
| YUV | 196.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 229 | 0.12 | 0.18 | 0 | 0.10 | 259.02 | 0.44 | 0.82 |
| Hex | C9 | BC | E5 | C | 12 | 0 | A | 103 | 2C | 52 |
| Octal | 311 | 274 | 345 | 14 | 22 | 0 | 12 | 403 | 54 | 122 |
| Binary | 11001001 | 10111100 | 11100101 | 1100 | 10010 | 0 | 1010 | 100000011 | 101100 | 1010010 |
Color Harmonies of #C9BCE5
Complementary color
Monochromatic Colors of #C9BCE5
Black with #C9BCE5
Text Example
Text Example
White with #C9BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCE5; }
p { color: rgb(201,188,229); }
H1.HeaderClassName
{
color: #C9BCE5;
}
.AnyTagClassName
{
color: #C9BCE5;
}
</style>
background-color css
<style>
a { background-color: #C9BCE5; }
a { background-color: rgb(201,188,229); }
div.DivClassName
{
background-color: #C9BCE5;
}
.BgClassName
{
background-color: #C9BCE5;
}
</style>
border-color css
<style>
span { border-color: #C9BCE5; }
span { border-color: rgb(201,188,229); }
td.TdClassName
{
border-color: #C9BCE5;
}
.TagClassName
{
border-color: #C9BCE5;
}
</style>