Shades of Melrose #C1BCEE
Tints of Melrose #C1BCEE
RGB
CMYK
RGB Variations
Color information
#C1BCEE (or 0xC1BCEE) is known color: Melrose. HEX triplet: C1, BC and EE. RGB value is (193,188,238). Sum of RGB (Red+Green+Blue) = 193+188+238=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCEE is #3E4311. Grayscale: #C3C3C3. Windows color (decimal): -4080402 or 15645889. OLE color: 15645889.
HSL color Cylindrical-coordinate representation of color #C1BCEE: hue angle of 246º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BCEE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 188 | 238 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.07 |
| HSL | 246º | 0.6% | 0.84% | - |
| HSV(B) | 246º | 0.21% | 0.93% | - |
| XYZ | 55.41 | 53.48 | 88.29 | - |
| YUV | 195.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 238 | 0.19 | 0.21 | 0 | 0.07 | 246 | 0.6 | 0.84 |
| Hex | C1 | BC | EE | 13 | 15 | 0 | 7 | F6 | 3C | 54 |
| Octal | 301 | 274 | 356 | 23 | 25 | 0 | 7 | 366 | 74 | 124 |
| Binary | 11000001 | 10111100 | 11101110 | 10011 | 10101 | 0 | 111 | 11110110 | 111100 | 1010100 |
Color Harmonies of #C1BCEE
Complementary color
Monochromatic Colors of #C1BCEE
Black with #C1BCEE
Text Example
Text Example
White with #C1BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCEE; }
p { color: rgb(193,188,238); }
H1.HeaderClassName
{
color: #C1BCEE;
}
.AnyTagClassName
{
color: #C1BCEE;
}
</style>
background-color css
<style>
a { background-color: #C1BCEE; }
a { background-color: rgb(193,188,238); }
div.DivClassName
{
background-color: #C1BCEE;
}
.BgClassName
{
background-color: #C1BCEE;
}
</style>
border-color css
<style>
span { border-color: #C1BCEE; }
span { border-color: rgb(193,188,238); }
td.TdClassName
{
border-color: #C1BCEE;
}
.TagClassName
{
border-color: #C1BCEE;
}
</style>