Shades of Melrose #C1BAED
Tints of Melrose #C1BAED
RGB
CMYK
RGB Variations
Color information
#C1BAED (or 0xC1BAED) is known color: Melrose. HEX triplet: C1, BA and ED. RGB value is (193,186,237). Sum of RGB (Red+Green+Blue) = 193+186+237=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAED is #3E4512. Grayscale: #C1C1C1. Windows color (decimal): -4080915 or 15579841. OLE color: 15579841.
HSL color Cylindrical-coordinate representation of color #C1BAED: hue angle of 248.24º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1BAED is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 186 | 237 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.07 |
| HSL | 248.24º | 0.59% | 0.83% | - |
| HSV(B) | 248.24º | 0.22% | 0.93% | - |
| XYZ | 54.84 | 52.57 | 87.38 | - |
| YUV | 193.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 237 | 0.19 | 0.22 | 0 | 0.07 | 248.24 | 0.59 | 0.83 |
| Hex | C1 | BA | ED | 13 | 16 | 0 | 7 | F8 | 3B | 53 |
| Octal | 301 | 272 | 355 | 23 | 26 | 0 | 7 | 370 | 73 | 123 |
| Binary | 11000001 | 10111010 | 11101101 | 10011 | 10110 | 0 | 111 | 11111000 | 111011 | 1010011 |
Color Harmonies of #C1BAED
Complementary color
Monochromatic Colors of #C1BAED
Black with #C1BAED
Text Example
Text Example
White with #C1BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BAED; }
p { color: rgb(193,186,237); }
H1.HeaderClassName
{
color: #C1BAED;
}
.AnyTagClassName
{
color: #C1BAED;
}
</style>
background-color css
<style>
a { background-color: #C1BAED; }
a { background-color: rgb(193,186,237); }
div.DivClassName
{
background-color: #C1BAED;
}
.BgClassName
{
background-color: #C1BAED;
}
</style>
border-color css
<style>
span { border-color: #C1BAED; }
span { border-color: rgb(193,186,237); }
td.TdClassName
{
border-color: #C1BAED;
}
.TagClassName
{
border-color: #C1BAED;
}
</style>