Shades of Melrose #C2BAEF
Tints of Melrose #C2BAEF
RGB
CMYK
RGB Variations
Color information
#C2BAEF (or 0xC2BAEF) is known color: Melrose. HEX triplet: C2, BA and EF. RGB value is (194,186,239). Sum of RGB (Red+Green+Blue) = 194+186+239=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAEF is #3D4510. Grayscale: #C2C2C2. Windows color (decimal): -4015377 or 15710914. OLE color: 15710914.
HSL color Cylindrical-coordinate representation of color #C2BAEF: hue angle of 249.06º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2BAEF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 186 | 239 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.06 |
| HSL | 249.06º | 0.62% | 0.83% | - |
| HSV(B) | 249.06º | 0.22% | 0.94% | - |
| XYZ | 55.39 | 52.82 | 88.94 | - |
| YUV | 194.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 239 | 0.19 | 0.22 | 0 | 0.06 | 249.06 | 0.62 | 0.83 |
| Hex | C2 | BA | EF | 13 | 16 | 0 | 6 | F9 | 3E | 53 |
| Octal | 302 | 272 | 357 | 23 | 26 | 0 | 6 | 371 | 76 | 123 |
| Binary | 11000010 | 10111010 | 11101111 | 10011 | 10110 | 0 | 110 | 11111001 | 111110 | 1010011 |
Color Harmonies of #C2BAEF
Complementary color
Monochromatic Colors of #C2BAEF
Black with #C2BAEF
Text Example
Text Example
White with #C2BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAEF; }
p { color: rgb(194,186,239); }
H1.HeaderClassName
{
color: #C2BAEF;
}
.AnyTagClassName
{
color: #C2BAEF;
}
</style>
background-color css
<style>
a { background-color: #C2BAEF; }
a { background-color: rgb(194,186,239); }
div.DivClassName
{
background-color: #C2BAEF;
}
.BgClassName
{
background-color: #C2BAEF;
}
</style>
border-color css
<style>
span { border-color: #C2BAEF; }
span { border-color: rgb(194,186,239); }
td.TdClassName
{
border-color: #C2BAEF;
}
.TagClassName
{
border-color: #C2BAEF;
}
</style>