Shades of Melrose #C2BCED
Tints of Melrose #C2BCED
RGB
CMYK
RGB Variations
Color information
#C2BCED (or 0xC2BCED) is known color: Melrose. HEX triplet: C2, BC and ED. RGB value is (194,188,237). Sum of RGB (Red+Green+Blue) = 194+188+237=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCED is #3D4312. Grayscale: #C3C3C3. Windows color (decimal): -4014867 or 15580354. OLE color: 15580354.
HSL color Cylindrical-coordinate representation of color #C2BCED: hue angle of 247.35º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BCED is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 188 | 237 | - |
CMYK | 0.18 | 0.21 | 0 | 0.07 |
HSL | 247.35º | 0.58% | 0.83% | - |
HSV(B) | 247.35º | 0.21% | 0.93% | - |
XYZ | 55.52 | 53.55 | 87.53 | - |
YUV | 195.38 | 151.49 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 188 | 237 | 0.18 | 0.21 | 0 | 0.07 | 247.35 | 0.58 | 0.83 |
Hex | C2 | BC | ED | 12 | 15 | 0 | 7 | F7 | 3A | 53 |
Octal | 302 | 274 | 355 | 22 | 25 | 0 | 7 | 367 | 72 | 123 |
Binary | 11000010 | 10111100 | 11101101 | 10010 | 10101 | 0 | 111 | 11110111 | 111010 | 1010011 |
Color Harmonies of #C2BCED
Complementary color
Monochromatic Colors of #C2BCED
Black with #C2BCED
Text Example
Text Example
White with #C2BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCED; }
p { color: rgb(194,188,237); }
H1.HeaderClassName
{
color: #C2BCED;
}
.AnyTagClassName
{
color: #C2BCED;
}
</style>
background-color css
<style>
a { background-color: #C2BCED; }
a { background-color: rgb(194,188,237); }
div.DivClassName
{
background-color: #C2BCED;
}
.BgClassName
{
background-color: #C2BCED;
}
</style>
border-color css
<style>
span { border-color: #C2BCED; }
span { border-color: rgb(194,188,237); }
td.TdClassName
{
border-color: #C2BCED;
}
.TagClassName
{
border-color: #C2BCED;
}
</style>