Shades of Melrose #C2BCE8
Tints of Melrose #C2BCE8
RGB
CMYK
RGB Variations
Color information
#C2BCE8 (or 0xC2BCE8) is known color: Melrose. HEX triplet: C2, BC and E8. RGB value is (194,188,232). Sum of RGB (Red+Green+Blue) = 194+188+232=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2BCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCE8 is #3D4317. Grayscale: #C2C2C2. Windows color (decimal): -4014872 or 15252674. OLE color: 15252674.
HSL color Cylindrical-coordinate representation of color #C2BCE8: hue angle of 248.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BCE8 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 188 | 232 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.09 |
| HSL | 248.18º | 0.49% | 0.82% | - |
| HSV(B) | 248.18º | 0.19% | 0.91% | - |
| XYZ | 54.8 | 53.26 | 83.74 | - |
| YUV | 194.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 232 | 0.16 | 0.19 | 0 | 0.09 | 248.18 | 0.49 | 0.82 |
| Hex | C2 | BC | E8 | 10 | 13 | 0 | 9 | F8 | 31 | 52 |
| Octal | 302 | 274 | 350 | 20 | 23 | 0 | 11 | 370 | 61 | 122 |
| Binary | 11000010 | 10111100 | 11101000 | 10000 | 10011 | 0 | 1001 | 11111000 | 110001 | 1010010 |
Color Harmonies of #C2BCE8
Complementary color
Monochromatic Colors of #C2BCE8
Black with #C2BCE8
Text Example
Text Example
White with #C2BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCE8; }
p { color: rgb(194,188,232); }
H1.HeaderClassName
{
color: #C2BCE8;
}
.AnyTagClassName
{
color: #C2BCE8;
}
</style>
background-color css
<style>
a { background-color: #C2BCE8; }
a { background-color: rgb(194,188,232); }
div.DivClassName
{
background-color: #C2BCE8;
}
.BgClassName
{
background-color: #C2BCE8;
}
</style>
border-color css
<style>
span { border-color: #C2BCE8; }
span { border-color: rgb(194,188,232); }
td.TdClassName
{
border-color: #C2BCE8;
}
.TagClassName
{
border-color: #C2BCE8;
}
</style>