Shades of Melrose #C9BAF0
Tints of Melrose #C9BAF0
RGB
CMYK
RGB Variations
Color information
#C9BAF0 (or 0xC9BAF0) is known color: Melrose. HEX triplet: C9, BA and F0. RGB value is (201,186,240). Sum of RGB (Red+Green+Blue) = 201+186+240=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAF0 is #36450F. Grayscale: #C4C4C4. Windows color (decimal): -3556624 or 15776457. OLE color: 15776457.
HSL color Cylindrical-coordinate representation of color #C9BAF0: hue angle of 256.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9BAF0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 186 | 240 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.06 |
| HSL | 256.67º | 0.64% | 0.84% | - |
| HSV(B) | 256.67º | 0.23% | 0.94% | - |
| XYZ | 57.37 | 53.83 | 89.8 | - |
| YUV | 196.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 240 | 0.16 | 0.22 | 0 | 0.06 | 256.67 | 0.64 | 0.84 |
| Hex | C9 | BA | F0 | 10 | 16 | 0 | 6 | 101 | 40 | 54 |
| Octal | 311 | 272 | 360 | 20 | 26 | 0 | 6 | 401 | 100 | 124 |
| Binary | 11001001 | 10111010 | 11110000 | 10000 | 10110 | 0 | 110 | 100000001 | 1000000 | 1010100 |
Color Harmonies of #C9BAF0
Complementary color
Monochromatic Colors of #C9BAF0
Black with #C9BAF0
Text Example
Text Example
White with #C9BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAF0; }
p { color: rgb(201,186,240); }
H1.HeaderClassName
{
color: #C9BAF0;
}
.AnyTagClassName
{
color: #C9BAF0;
}
</style>
background-color css
<style>
a { background-color: #C9BAF0; }
a { background-color: rgb(201,186,240); }
div.DivClassName
{
background-color: #C9BAF0;
}
.BgClassName
{
background-color: #C9BAF0;
}
</style>
border-color css
<style>
span { border-color: #C9BAF0; }
span { border-color: rgb(201,186,240); }
td.TdClassName
{
border-color: #C9BAF0;
}
.TagClassName
{
border-color: #C9BAF0;
}
</style>