Shades of Melrose #C6BAEC
Tints of Melrose #C6BAEC
RGB
CMYK
RGB Variations
Color information
#C6BAEC (or 0xC6BAEC) is known color: Melrose. HEX triplet: C6, BA and EC. RGB value is (198,186,236). Sum of RGB (Red+Green+Blue) = 198+186+236=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAEC is #394513. Grayscale: #C3C3C3. Windows color (decimal): -3753236 or 15514310. OLE color: 15514310.
HSL color Cylindrical-coordinate representation of color #C6BAEC: hue angle of 254.4º degrees, saturation: 0.57, 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 #C6BAEC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 186 | 236 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.07 |
| HSL | 254.4º | 0.57% | 0.83% | - |
| HSV(B) | 254.4º | 0.21% | 0.93% | - |
| XYZ | 55.99 | 53.18 | 86.67 | - |
| YUV | 195.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 236 | 0.16 | 0.21 | 0 | 0.07 | 254.4 | 0.57 | 0.83 |
| Hex | C6 | BA | EC | 10 | 15 | 0 | 7 | FE | 39 | 53 |
| Octal | 306 | 272 | 354 | 20 | 25 | 0 | 7 | 376 | 71 | 123 |
| Binary | 11000110 | 10111010 | 11101100 | 10000 | 10101 | 0 | 111 | 11111110 | 111001 | 1010011 |
Color Harmonies of #C6BAEC
Complementary color
Monochromatic Colors of #C6BAEC
Black with #C6BAEC
Text Example
Text Example
White with #C6BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAEC; }
p { color: rgb(198,186,236); }
H1.HeaderClassName
{
color: #C6BAEC;
}
.AnyTagClassName
{
color: #C6BAEC;
}
</style>
background-color css
<style>
a { background-color: #C6BAEC; }
a { background-color: rgb(198,186,236); }
div.DivClassName
{
background-color: #C6BAEC;
}
.BgClassName
{
background-color: #C6BAEC;
}
</style>
border-color css
<style>
span { border-color: #C6BAEC; }
span { border-color: rgb(198,186,236); }
td.TdClassName
{
border-color: #C6BAEC;
}
.TagClassName
{
border-color: #C6BAEC;
}
</style>