Shades of Melrose #C1BCEF
Tints of Melrose #C1BCEF
RGB
CMYK
RGB Variations
Color information
#C1BCEF (or 0xC1BCEF) is known color: Melrose. HEX triplet: C1, BC and EF. RGB value is (193,188,239). Sum of RGB (Red+Green+Blue) = 193+188+239=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCEF is #3E4310. Grayscale: #C3C3C3. Windows color (decimal): -4080401 or 15711425. OLE color: 15711425.
HSL color Cylindrical-coordinate representation of color #C1BCEF: hue angle of 245.88º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BCEF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 188 | 239 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.06 |
| HSL | 245.88º | 0.61% | 0.84% | - |
| HSV(B) | 245.88º | 0.21% | 0.94% | - |
| XYZ | 55.56 | 53.54 | 89.07 | - |
| YUV | 195.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 239 | 0.19 | 0.21 | 0 | 0.06 | 245.88 | 0.61 | 0.84 |
| Hex | C1 | BC | EF | 13 | 15 | 0 | 6 | F6 | 3D | 54 |
| Octal | 301 | 274 | 357 | 23 | 25 | 0 | 6 | 366 | 75 | 124 |
| Binary | 11000001 | 10111100 | 11101111 | 10011 | 10101 | 0 | 110 | 11110110 | 111101 | 1010100 |
Color Harmonies of #C1BCEF
Complementary color
Monochromatic Colors of #C1BCEF
Black with #C1BCEF
Text Example
Text Example
White with #C1BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCEF; }
p { color: rgb(193,188,239); }
H1.HeaderClassName
{
color: #C1BCEF;
}
.AnyTagClassName
{
color: #C1BCEF;
}
</style>
background-color css
<style>
a { background-color: #C1BCEF; }
a { background-color: rgb(193,188,239); }
div.DivClassName
{
background-color: #C1BCEF;
}
.BgClassName
{
background-color: #C1BCEF;
}
</style>
border-color css
<style>
span { border-color: #C1BCEF; }
span { border-color: rgb(193,188,239); }
td.TdClassName
{
border-color: #C1BCEF;
}
.TagClassName
{
border-color: #C1BCEF;
}
</style>