Shades of Melrose #C8BAF6
Tints of Melrose #C8BAF6
RGB
CMYK
RGB Variations
Color information
#C8BAF6 (or 0xC8BAF6) is known color: Melrose. HEX triplet: C8, BA and F6. RGB value is (200,186,246). Sum of RGB (Red+Green+Blue) = 200+186+246=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAF6 is #374509. Grayscale: #C4C4C4. Windows color (decimal): -3622154 or 16169672. OLE color: 16169672.
HSL color Cylindrical-coordinate representation of color #C8BAF6: hue angle of 254º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8BAF6 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 186 | 246 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.04 |
| HSL | 254º | 0.77% | 0.85% | - |
| HSV(B) | 254º | 0.24% | 0.96% | - |
| XYZ | 58.01 | 54.05 | 94.56 | - |
| YUV | 197.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 246 | 0.19 | 0.24 | 0 | 0.04 | 254 | 0.77 | 0.85 |
| Hex | C8 | BA | F6 | 13 | 18 | 0 | 4 | FE | 4D | 55 |
| Octal | 310 | 272 | 366 | 23 | 30 | 0 | 4 | 376 | 115 | 125 |
| Binary | 11001000 | 10111010 | 11110110 | 10011 | 11000 | 0 | 100 | 11111110 | 1001101 | 1010101 |
Color Harmonies of #C8BAF6
Complementary color
Monochromatic Colors of #C8BAF6
Black with #C8BAF6
Text Example
Text Example
White with #C8BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAF6; }
p { color: rgb(200,186,246); }
H1.HeaderClassName
{
color: #C8BAF6;
}
.AnyTagClassName
{
color: #C8BAF6;
}
</style>
background-color css
<style>
a { background-color: #C8BAF6; }
a { background-color: rgb(200,186,246); }
div.DivClassName
{
background-color: #C8BAF6;
}
.BgClassName
{
background-color: #C8BAF6;
}
</style>
border-color css
<style>
span { border-color: #C8BAF6; }
span { border-color: rgb(200,186,246); }
td.TdClassName
{
border-color: #C8BAF6;
}
.TagClassName
{
border-color: #C8BAF6;
}
</style>