Shades of Melrose #C7BCF3
Tints of Melrose #C7BCF3
RGB
CMYK
RGB Variations
Color information
#C7BCF3 (or 0xC7BCF3) is known color: Melrose. HEX triplet: C7, BC and F3. RGB value is (199,188,243). Sum of RGB (Red+Green+Blue) = 199+188+243=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCF3 is #38430C. Grayscale: #C5C5C5. Windows color (decimal): -3687181 or 15973575. OLE color: 15973575.
HSL color Cylindrical-coordinate representation of color #C7BCF3: hue angle of 252º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7BCF3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 188 | 243 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.05 |
| HSL | 252º | 0.7% | 0.85% | - |
| HSV(B) | 252º | 0.23% | 0.95% | - |
| XYZ | 57.71 | 54.58 | 92.29 | - |
| YUV | 197.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 243 | 0.18 | 0.23 | 0 | 0.05 | 252 | 0.7 | 0.85 |
| Hex | C7 | BC | F3 | 12 | 17 | 0 | 5 | FC | 46 | 55 |
| Octal | 307 | 274 | 363 | 22 | 27 | 0 | 5 | 374 | 106 | 125 |
| Binary | 11000111 | 10111100 | 11110011 | 10010 | 10111 | 0 | 101 | 11111100 | 1000110 | 1010101 |
Color Harmonies of #C7BCF3
Complementary color
Monochromatic Colors of #C7BCF3
Black with #C7BCF3
Text Example
Text Example
White with #C7BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCF3; }
p { color: rgb(199,188,243); }
H1.HeaderClassName
{
color: #C7BCF3;
}
.AnyTagClassName
{
color: #C7BCF3;
}
</style>
background-color css
<style>
a { background-color: #C7BCF3; }
a { background-color: rgb(199,188,243); }
div.DivClassName
{
background-color: #C7BCF3;
}
.BgClassName
{
background-color: #C7BCF3;
}
</style>
border-color css
<style>
span { border-color: #C7BCF3; }
span { border-color: rgb(199,188,243); }
td.TdClassName
{
border-color: #C7BCF3;
}
.TagClassName
{
border-color: #C7BCF3;
}
</style>