Shades of Melrose #C6BCED
Tints of Melrose #C6BCED
RGB
CMYK
RGB Variations
Color information
#C6BCED (or 0xC6BCED) is known color: Melrose. HEX triplet: C6, BC and ED. RGB value is (198,188,237). Sum of RGB (Red+Green+Blue) = 198+188+237=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCED is #394312. Grayscale: #C4C4C4. Windows color (decimal): -3752723 or 15580358. OLE color: 15580358.
HSL color Cylindrical-coordinate representation of color #C6BCED: hue angle of 252.24º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BCED is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 188 | 237 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.07 |
| HSL | 252.24º | 0.58% | 0.83% | - |
| HSV(B) | 252.24º | 0.21% | 0.93% | - |
| XYZ | 56.56 | 54.09 | 87.58 | - |
| YUV | 196.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 237 | 0.16 | 0.21 | 0 | 0.07 | 252.24 | 0.58 | 0.83 |
| Hex | C6 | BC | ED | 10 | 15 | 0 | 7 | FC | 3A | 53 |
| Octal | 306 | 274 | 355 | 20 | 25 | 0 | 7 | 374 | 72 | 123 |
| Binary | 11000110 | 10111100 | 11101101 | 10000 | 10101 | 0 | 111 | 11111100 | 111010 | 1010011 |
Color Harmonies of #C6BCED
Complementary color
Monochromatic Colors of #C6BCED
Black with #C6BCED
Text Example
Text Example
White with #C6BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCED; }
p { color: rgb(198,188,237); }
H1.HeaderClassName
{
color: #C6BCED;
}
.AnyTagClassName
{
color: #C6BCED;
}
</style>
background-color css
<style>
a { background-color: #C6BCED; }
a { background-color: rgb(198,188,237); }
div.DivClassName
{
background-color: #C6BCED;
}
.BgClassName
{
background-color: #C6BCED;
}
</style>
border-color css
<style>
span { border-color: #C6BCED; }
span { border-color: rgb(198,188,237); }
td.TdClassName
{
border-color: #C6BCED;
}
.TagClassName
{
border-color: #C6BCED;
}
</style>