Shades of Melrose #C2BAD5
Tints of Melrose #C2BAD5
RGB
CMYK
RGB Variations
Color information
#C2BAD5 (or 0xC2BAD5) is known color: Melrose. HEX triplet: C2, BA and D5. RGB value is (194,186,213). Sum of RGB (Red+Green+Blue) = 194+186+213=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAD5 is #3D452A. Grayscale: #BFBFBF. Windows color (decimal): -4015403 or 14006978. OLE color: 14006978.
HSL color Cylindrical-coordinate representation of color #C2BAD5: hue angle of 257.78º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2BAD5 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 186 | 213 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.16 |
| HSL | 257.78º | 0.24% | 0.78% | - |
| HSV(B) | 257.78º | 0.13% | 0.84% | - |
| XYZ | 51.82 | 51.39 | 70.14 | - |
| YUV | 191.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 213 | 0.09 | 0.13 | 0 | 0.16 | 257.78 | 0.24 | 0.78 |
| Hex | C2 | BA | D5 | 9 | D | 0 | 10 | 102 | 18 | 4E |
| Octal | 302 | 272 | 325 | 11 | 15 | 0 | 20 | 402 | 30 | 116 |
| Binary | 11000010 | 10111010 | 11010101 | 1001 | 1101 | 0 | 10000 | 100000010 | 11000 | 1001110 |
Color Harmonies of #C2BAD5
Complementary color
Monochromatic Colors of #C2BAD5
Black with #C2BAD5
Text Example
Text Example
White with #C2BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAD5; }
p { color: rgb(194,186,213); }
H1.HeaderClassName
{
color: #C2BAD5;
}
.AnyTagClassName
{
color: #C2BAD5;
}
</style>
background-color css
<style>
a { background-color: #C2BAD5; }
a { background-color: rgb(194,186,213); }
div.DivClassName
{
background-color: #C2BAD5;
}
.BgClassName
{
background-color: #C2BAD5;
}
</style>
border-color css
<style>
span { border-color: #C2BAD5; }
span { border-color: rgb(194,186,213); }
td.TdClassName
{
border-color: #C2BAD5;
}
.TagClassName
{
border-color: #C2BAD5;
}
</style>