Shades of Melrose #C1BCEB
Tints of Melrose #C1BCEB
RGB
CMYK
RGB Variations
Color information
#C1BCEB (or 0xC1BCEB) is known color: Melrose. HEX triplet: C1, BC and EB. RGB value is (193,188,235). Sum of RGB (Red+Green+Blue) = 193+188+235=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCEB is #3E4314. Grayscale: #C2C2C2. Windows color (decimal): -4080405 or 15449281. OLE color: 15449281.
HSL color Cylindrical-coordinate representation of color #C1BCEB: hue angle of 246.38º degrees, saturation: 0.54, 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 #C1BCEB is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 188 | 235 | - |
| CMYK | 0.18 | 0.2 | 0 | 0.08 |
| HSL | 246.38º | 0.54% | 0.83% | - |
| HSV(B) | 246.38º | 0.2% | 0.92% | - |
| XYZ | 54.97 | 53.3 | 85.99 | - |
| YUV | 194.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 235 | 0.18 | 0.2 | 0 | 0.08 | 246.38 | 0.54 | 0.83 |
| Hex | C1 | BC | EB | 12 | 14 | 0 | 8 | F6 | 36 | 53 |
| Octal | 301 | 274 | 353 | 22 | 24 | 0 | 10 | 366 | 66 | 123 |
| Binary | 11000001 | 10111100 | 11101011 | 10010 | 10100 | 0 | 1000 | 11110110 | 110110 | 1010011 |
Color Harmonies of #C1BCEB
Complementary color
Monochromatic Colors of #C1BCEB
Black with #C1BCEB
Text Example
Text Example
White with #C1BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCEB; }
p { color: rgb(193,188,235); }
H1.HeaderClassName
{
color: #C1BCEB;
}
.AnyTagClassName
{
color: #C1BCEB;
}
</style>
background-color css
<style>
a { background-color: #C1BCEB; }
a { background-color: rgb(193,188,235); }
div.DivClassName
{
background-color: #C1BCEB;
}
.BgClassName
{
background-color: #C1BCEB;
}
</style>
border-color css
<style>
span { border-color: #C1BCEB; }
span { border-color: rgb(193,188,235); }
td.TdClassName
{
border-color: #C1BCEB;
}
.TagClassName
{
border-color: #C1BCEB;
}
</style>