Shades of Melrose #C1BBEA
Tints of Melrose #C1BBEA
RGB
CMYK
RGB Variations
Color information
#C1BBEA (or 0xC1BBEA) is known color: Melrose. HEX triplet: C1, BB and EA. RGB value is (193,187,234). Sum of RGB (Red+Green+Blue) = 193+187+234=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBEA is #3E4415. Grayscale: #C1C1C1. Windows color (decimal): -4080662 or 15383489. OLE color: 15383489.
HSL color Cylindrical-coordinate representation of color #C1BBEA: hue angle of 247.66º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BBEA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 187 | 234 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.08 |
| HSL | 247.66º | 0.53% | 0.83% | - |
| HSV(B) | 247.66º | 0.2% | 0.92% | - |
| XYZ | 54.61 | 52.82 | 85.16 | - |
| YUV | 194.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 234 | 0.18 | 0.20 | 0 | 0.08 | 247.66 | 0.53 | 0.83 |
| Hex | C1 | BB | EA | 12 | 14 | 0 | 8 | F8 | 35 | 53 |
| Octal | 301 | 273 | 352 | 22 | 24 | 0 | 10 | 370 | 65 | 123 |
| Binary | 11000001 | 10111011 | 11101010 | 10010 | 10100 | 0 | 1000 | 11111000 | 110101 | 1010011 |
Color Harmonies of #C1BBEA
Complementary color
Monochromatic Colors of #C1BBEA
Black with #C1BBEA
Text Example
Text Example
White with #C1BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBEA; }
p { color: rgb(193,187,234); }
H1.HeaderClassName
{
color: #C1BBEA;
}
.AnyTagClassName
{
color: #C1BBEA;
}
</style>
background-color css
<style>
a { background-color: #C1BBEA; }
a { background-color: rgb(193,187,234); }
div.DivClassName
{
background-color: #C1BBEA;
}
.BgClassName
{
background-color: #C1BBEA;
}
</style>
border-color css
<style>
span { border-color: #C1BBEA; }
span { border-color: rgb(193,187,234); }
td.TdClassName
{
border-color: #C1BBEA;
}
.TagClassName
{
border-color: #C1BBEA;
}
</style>