Shades of Melrose #C2BAE7
Tints of Melrose #C2BAE7
RGB
CMYK
RGB Variations
Color information
#C2BAE7 (or 0xC2BAE7) is known color: Melrose. HEX triplet: C2, BA and E7. RGB value is (194,186,231). Sum of RGB (Red+Green+Blue) = 194+186+231=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #C2BAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAE7 is #3D4518. Grayscale: #C1C1C1. Windows color (decimal): -4015385 or 15186626. OLE color: 15186626.
HSL color Cylindrical-coordinate representation of color #C2BAE7: hue angle of 250.67º degrees, saturation: 0.48, 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 #C2BAE7 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 186 | 231 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.09 |
| HSL | 250.67º | 0.48% | 0.82% | - |
| HSV(B) | 250.67º | 0.19% | 0.91% | - |
| XYZ | 54.23 | 52.36 | 82.85 | - |
| YUV | 193.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 231 | 0.16 | 0.19 | 0 | 0.09 | 250.67 | 0.48 | 0.82 |
| Hex | C2 | BA | E7 | 10 | 13 | 0 | 9 | FB | 30 | 52 |
| Octal | 302 | 272 | 347 | 20 | 23 | 0 | 11 | 373 | 60 | 122 |
| Binary | 11000010 | 10111010 | 11100111 | 10000 | 10011 | 0 | 1001 | 11111011 | 110000 | 1010010 |
Color Harmonies of #C2BAE7
Complementary color
Monochromatic Colors of #C2BAE7
Black with #C2BAE7
Text Example
Text Example
White with #C2BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAE7; }
p { color: rgb(194,186,231); }
H1.HeaderClassName
{
color: #C2BAE7;
}
.AnyTagClassName
{
color: #C2BAE7;
}
</style>
background-color css
<style>
a { background-color: #C2BAE7; }
a { background-color: rgb(194,186,231); }
div.DivClassName
{
background-color: #C2BAE7;
}
.BgClassName
{
background-color: #C2BAE7;
}
</style>
border-color css
<style>
span { border-color: #C2BAE7; }
span { border-color: rgb(194,186,231); }
td.TdClassName
{
border-color: #C2BAE7;
}
.TagClassName
{
border-color: #C2BAE7;
}
</style>