Shades of Melrose #C2BCD4
Tints of Melrose #C2BCD4
RGB
CMYK
RGB Variations
Color information
#C2BCD4 (or 0xC2BCD4) is known color: Melrose. HEX triplet: C2, BC and D4. RGB value is (194,188,212). Sum of RGB (Red+Green+Blue) = 194+188+212=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 212 - color contains mainly: blue. Hex color #C2BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCD4 is #3D432B. Grayscale: #C0C0C0. Windows color (decimal): -4014892 or 13941954. OLE color: 13941954.
HSL color Cylindrical-coordinate representation of color #C2BCD4: hue angle of 255º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BCD4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 188 | 212 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.17 |
| HSL | 255º | 0.22% | 0.78% | - |
| HSV(B) | 255º | 0.11% | 0.83% | - |
| XYZ | 52.12 | 52.19 | 69.61 | - |
| YUV | 192.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 212 | 0.08 | 0.11 | 0 | 0.17 | 255 | 0.22 | 0.78 |
| Hex | C2 | BC | D4 | 8 | B | 0 | 11 | FF | 16 | 4E |
| Octal | 302 | 274 | 324 | 10 | 13 | 0 | 21 | 377 | 26 | 116 |
| Binary | 11000010 | 10111100 | 11010100 | 1000 | 1011 | 0 | 10001 | 11111111 | 10110 | 1001110 |
Color Harmonies of #C2BCD4
Complementary color
Monochromatic Colors of #C2BCD4
Black with #C2BCD4
Text Example
Text Example
White with #C2BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCD4; }
p { color: rgb(194,188,212); }
H1.HeaderClassName
{
color: #C2BCD4;
}
.AnyTagClassName
{
color: #C2BCD4;
}
</style>
background-color css
<style>
a { background-color: #C2BCD4; }
a { background-color: rgb(194,188,212); }
div.DivClassName
{
background-color: #C2BCD4;
}
.BgClassName
{
background-color: #C2BCD4;
}
</style>
border-color css
<style>
span { border-color: #C2BCD4; }
span { border-color: rgb(194,188,212); }
td.TdClassName
{
border-color: #C2BCD4;
}
.TagClassName
{
border-color: #C2BCD4;
}
</style>