Shades of Melrose #C2BCDB
Tints of Melrose #C2BCDB
RGB
CMYK
RGB Variations
Color information
#C2BCDB (or 0xC2BCDB) is known color: Melrose. HEX triplet: C2, BC and DB. RGB value is (194,188,219). Sum of RGB (Red+Green+Blue) = 194+188+219=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCDB is #3D4324. Grayscale: #C1C1C1. Windows color (decimal): -4014885 or 14400706. OLE color: 14400706.
HSL color Cylindrical-coordinate representation of color #C2BCDB: hue angle of 251.61º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BCDB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 188 | 219 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.14 |
| HSL | 251.61º | 0.3% | 0.8% | - |
| HSV(B) | 251.61º | 0.14% | 0.86% | - |
| XYZ | 53.02 | 52.55 | 74.37 | - |
| YUV | 193.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 219 | 0.11 | 0.14 | 0 | 0.14 | 251.61 | 0.3 | 0.8 |
| Hex | C2 | BC | DB | B | E | 0 | E | FC | 1E | 50 |
| Octal | 302 | 274 | 333 | 13 | 16 | 0 | 16 | 374 | 36 | 120 |
| Binary | 11000010 | 10111100 | 11011011 | 1011 | 1110 | 0 | 1110 | 11111100 | 11110 | 1010000 |
Color Harmonies of #C2BCDB
Complementary color
Monochromatic Colors of #C2BCDB
Black with #C2BCDB
Text Example
Text Example
White with #C2BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCDB; }
p { color: rgb(194,188,219); }
H1.HeaderClassName
{
color: #C2BCDB;
}
.AnyTagClassName
{
color: #C2BCDB;
}
</style>
background-color css
<style>
a { background-color: #C2BCDB; }
a { background-color: rgb(194,188,219); }
div.DivClassName
{
background-color: #C2BCDB;
}
.BgClassName
{
background-color: #C2BCDB;
}
</style>
border-color css
<style>
span { border-color: #C2BCDB; }
span { border-color: rgb(194,188,219); }
td.TdClassName
{
border-color: #C2BCDB;
}
.TagClassName
{
border-color: #C2BCDB;
}
</style>