Shades of Melrose #C9BCF5
Tints of Melrose #C9BCF5
RGB
CMYK
RGB Variations
Color information
#C9BCF5 (or 0xC9BCF5) is known color: Melrose. HEX triplet: C9, BC and F5. RGB value is (201,188,245). Sum of RGB (Red+Green+Blue) = 201+188+245=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #C9BCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCF5 is #36430A. Grayscale: #C6C6C6. Windows color (decimal): -3556107 or 16104649. OLE color: 16104649.
HSL color Cylindrical-coordinate representation of color #C9BCF5: hue angle of 253.68º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9BCF5 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 188 | 245 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.04 |
| HSL | 253.68º | 0.74% | 0.85% | - |
| HSV(B) | 253.68º | 0.23% | 0.96% | - |
| XYZ | 58.55 | 54.98 | 93.91 | - |
| YUV | 198.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 245 | 0.18 | 0.23 | 0 | 0.04 | 253.68 | 0.74 | 0.85 |
| Hex | C9 | BC | F5 | 12 | 17 | 0 | 4 | FE | 4A | 55 |
| Octal | 311 | 274 | 365 | 22 | 27 | 0 | 4 | 376 | 112 | 125 |
| Binary | 11001001 | 10111100 | 11110101 | 10010 | 10111 | 0 | 100 | 11111110 | 1001010 | 1010101 |
Color Harmonies of #C9BCF5
Complementary color
Monochromatic Colors of #C9BCF5
Black with #C9BCF5
Text Example
Text Example
White with #C9BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCF5; }
p { color: rgb(201,188,245); }
H1.HeaderClassName
{
color: #C9BCF5;
}
.AnyTagClassName
{
color: #C9BCF5;
}
</style>
background-color css
<style>
a { background-color: #C9BCF5; }
a { background-color: rgb(201,188,245); }
div.DivClassName
{
background-color: #C9BCF5;
}
.BgClassName
{
background-color: #C9BCF5;
}
</style>
border-color css
<style>
span { border-color: #C9BCF5; }
span { border-color: rgb(201,188,245); }
td.TdClassName
{
border-color: #C9BCF5;
}
.TagClassName
{
border-color: #C9BCF5;
}
</style>