Shades of Melrose #C7BAF2
Tints of Melrose #C7BAF2
RGB
CMYK
RGB Variations
Color information
#C7BAF2 (or 0xC7BAF2) is known color: Melrose. HEX triplet: C7, BA and F2. RGB value is (199,186,242). Sum of RGB (Red+Green+Blue) = 199+186+242=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAF2 is #38450D. Grayscale: #C4C4C4. Windows color (decimal): -3687694 or 15907527. OLE color: 15907527.
HSL color Cylindrical-coordinate representation of color #C7BAF2: hue angle of 253.93º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7BAF2 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 186 | 242 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.05 |
| HSL | 253.93º | 0.68% | 0.84% | - |
| HSV(B) | 253.93º | 0.23% | 0.95% | - |
| XYZ | 57.14 | 53.67 | 91.35 | - |
| YUV | 196.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 242 | 0.18 | 0.23 | 0 | 0.05 | 253.93 | 0.68 | 0.84 |
| Hex | C7 | BA | F2 | 12 | 17 | 0 | 5 | FE | 44 | 54 |
| Octal | 307 | 272 | 362 | 22 | 27 | 0 | 5 | 376 | 104 | 124 |
| Binary | 11000111 | 10111010 | 11110010 | 10010 | 10111 | 0 | 101 | 11111110 | 1000100 | 1010100 |
Color Harmonies of #C7BAF2
Complementary color
Monochromatic Colors of #C7BAF2
Black with #C7BAF2
Text Example
Text Example
White with #C7BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BAF2; }
p { color: rgb(199,186,242); }
H1.HeaderClassName
{
color: #C7BAF2;
}
.AnyTagClassName
{
color: #C7BAF2;
}
</style>
background-color css
<style>
a { background-color: #C7BAF2; }
a { background-color: rgb(199,186,242); }
div.DivClassName
{
background-color: #C7BAF2;
}
.BgClassName
{
background-color: #C7BAF2;
}
</style>
border-color css
<style>
span { border-color: #C7BAF2; }
span { border-color: rgb(199,186,242); }
td.TdClassName
{
border-color: #C7BAF2;
}
.TagClassName
{
border-color: #C7BAF2;
}
</style>