Shades of Melrose #C2BCEC
Tints of Melrose #C2BCEC
RGB
CMYK
RGB Variations
Color information
#C2BCEC (or 0xC2BCEC) is known color: Melrose. HEX triplet: C2, BC and EC. RGB value is (194,188,236). Sum of RGB (Red+Green+Blue) = 194+188+236=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCEC is #3D4313. Grayscale: #C3C3C3. Windows color (decimal): -4014868 or 15514818. OLE color: 15514818.
HSL color Cylindrical-coordinate representation of color #C2BCEC: hue angle of 247.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BCEC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 188 | 236 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.07 |
| HSL | 247.5º | 0.56% | 0.83% | - |
| HSV(B) | 247.5º | 0.2% | 0.93% | - |
| XYZ | 55.37 | 53.49 | 86.76 | - |
| YUV | 195.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 236 | 0.18 | 0.20 | 0 | 0.07 | 247.5 | 0.56 | 0.83 |
| Hex | C2 | BC | EC | 12 | 14 | 0 | 7 | F8 | 38 | 53 |
| Octal | 302 | 274 | 354 | 22 | 24 | 0 | 7 | 370 | 70 | 123 |
| Binary | 11000010 | 10111100 | 11101100 | 10010 | 10100 | 0 | 111 | 11111000 | 111000 | 1010011 |
Color Harmonies of #C2BCEC
Complementary color
Monochromatic Colors of #C2BCEC
Black with #C2BCEC
Text Example
Text Example
White with #C2BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCEC; }
p { color: rgb(194,188,236); }
H1.HeaderClassName
{
color: #C2BCEC;
}
.AnyTagClassName
{
color: #C2BCEC;
}
</style>
background-color css
<style>
a { background-color: #C2BCEC; }
a { background-color: rgb(194,188,236); }
div.DivClassName
{
background-color: #C2BCEC;
}
.BgClassName
{
background-color: #C2BCEC;
}
</style>
border-color css
<style>
span { border-color: #C2BCEC; }
span { border-color: rgb(194,188,236); }
td.TdClassName
{
border-color: #C2BCEC;
}
.TagClassName
{
border-color: #C2BCEC;
}
</style>