Shades of Melrose #C7BCF2
Tints of Melrose #C7BCF2
RGB
CMYK
RGB Variations
Color information
#C7BCF2 (or 0xC7BCF2) is known color: Melrose. HEX triplet: C7, BC and F2. RGB value is (199,188,242). Sum of RGB (Red+Green+Blue) = 199+188+242=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCF2 is #38430D. Grayscale: #C5C5C5. Windows color (decimal): -3687182 or 15908039. OLE color: 15908039.
HSL color Cylindrical-coordinate representation of color #C7BCF2: hue angle of 252.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BCF2 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 188 | 242 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.05 |
| HSL | 252.22º | 0.68% | 0.84% | - |
| HSV(B) | 252.22º | 0.22% | 0.95% | - |
| XYZ | 57.56 | 54.52 | 91.49 | - |
| YUV | 197.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 242 | 0.18 | 0.22 | 0 | 0.05 | 252.22 | 0.68 | 0.84 |
| Hex | C7 | BC | F2 | 12 | 16 | 0 | 5 | FC | 44 | 54 |
| Octal | 307 | 274 | 362 | 22 | 26 | 0 | 5 | 374 | 104 | 124 |
| Binary | 11000111 | 10111100 | 11110010 | 10010 | 10110 | 0 | 101 | 11111100 | 1000100 | 1010100 |
Color Harmonies of #C7BCF2
Complementary color
Monochromatic Colors of #C7BCF2
Black with #C7BCF2
Text Example
Text Example
White with #C7BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCF2; }
p { color: rgb(199,188,242); }
H1.HeaderClassName
{
color: #C7BCF2;
}
.AnyTagClassName
{
color: #C7BCF2;
}
</style>
background-color css
<style>
a { background-color: #C7BCF2; }
a { background-color: rgb(199,188,242); }
div.DivClassName
{
background-color: #C7BCF2;
}
.BgClassName
{
background-color: #C7BCF2;
}
</style>
border-color css
<style>
span { border-color: #C7BCF2; }
span { border-color: rgb(199,188,242); }
td.TdClassName
{
border-color: #C7BCF2;
}
.TagClassName
{
border-color: #C7BCF2;
}
</style>