Shades of Melrose #C1BAE7
Tints of Melrose #C1BAE7
RGB
CMYK
RGB Variations
Color information
#C1BAE7 (or 0xC1BAE7) is known color: Melrose. HEX triplet: C1, BA and E7. RGB value is (193,186,231). Sum of RGB (Red+Green+Blue) = 193+186+231=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #C1BAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAE7 is #3E4518. Grayscale: #C1C1C1. Windows color (decimal): -4080921 or 15186625. OLE color: 15186625.
HSL color Cylindrical-coordinate representation of color #C1BAE7: hue angle of 249.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BAE7 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 186 | 231 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.09 |
| HSL | 249.33º | 0.48% | 0.82% | - |
| HSV(B) | 249.33º | 0.19% | 0.91% | - |
| XYZ | 53.98 | 52.22 | 82.84 | - |
| YUV | 193.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 231 | 0.16 | 0.19 | 0 | 0.09 | 249.33 | 0.48 | 0.82 |
| Hex | C1 | BA | E7 | 10 | 13 | 0 | 9 | F9 | 30 | 52 |
| Octal | 301 | 272 | 347 | 20 | 23 | 0 | 11 | 371 | 60 | 122 |
| Binary | 11000001 | 10111010 | 11100111 | 10000 | 10011 | 0 | 1001 | 11111001 | 110000 | 1010010 |
Color Harmonies of #C1BAE7
Complementary color
Monochromatic Colors of #C1BAE7
Black with #C1BAE7
Text Example
Text Example
White with #C1BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BAE7; }
p { color: rgb(193,186,231); }
H1.HeaderClassName
{
color: #C1BAE7;
}
.AnyTagClassName
{
color: #C1BAE7;
}
</style>
background-color css
<style>
a { background-color: #C1BAE7; }
a { background-color: rgb(193,186,231); }
div.DivClassName
{
background-color: #C1BAE7;
}
.BgClassName
{
background-color: #C1BAE7;
}
</style>
border-color css
<style>
span { border-color: #C1BAE7; }
span { border-color: rgb(193,186,231); }
td.TdClassName
{
border-color: #C1BAE7;
}
.TagClassName
{
border-color: #C1BAE7;
}
</style>