Shades of Melrose #C8BAEC
Tints of Melrose #C8BAEC
RGB
CMYK
RGB Variations
Color information
#C8BAEC (or 0xC8BAEC) is known color: Melrose. HEX triplet: C8, BA and EC. RGB value is (200,186,236). Sum of RGB (Red+Green+Blue) = 200+186+236=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAEC is #374513. Grayscale: #C3C3C3. Windows color (decimal): -3622164 or 15514312. OLE color: 15514312.
HSL color Cylindrical-coordinate representation of color #C8BAEC: hue angle of 256.8º 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 #C8BAEC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 186 | 236 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.07 |
| HSL | 256.8º | 0.57% | 0.83% | - |
| HSV(B) | 256.8º | 0.21% | 0.93% | - |
| XYZ | 56.52 | 53.45 | 86.7 | - |
| YUV | 195.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 236 | 0.15 | 0.21 | 0 | 0.07 | 256.8 | 0.57 | 0.83 |
| Hex | C8 | BA | EC | F | 15 | 0 | 7 | 101 | 39 | 53 |
| Octal | 310 | 272 | 354 | 17 | 25 | 0 | 7 | 401 | 71 | 123 |
| Binary | 11001000 | 10111010 | 11101100 | 1111 | 10101 | 0 | 111 | 100000001 | 111001 | 1010011 |
Color Harmonies of #C8BAEC
Complementary color
Monochromatic Colors of #C8BAEC
Black with #C8BAEC
Text Example
Text Example
White with #C8BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAEC; }
p { color: rgb(200,186,236); }
H1.HeaderClassName
{
color: #C8BAEC;
}
.AnyTagClassName
{
color: #C8BAEC;
}
</style>
background-color css
<style>
a { background-color: #C8BAEC; }
a { background-color: rgb(200,186,236); }
div.DivClassName
{
background-color: #C8BAEC;
}
.BgClassName
{
background-color: #C8BAEC;
}
</style>
border-color css
<style>
span { border-color: #C8BAEC; }
span { border-color: rgb(200,186,236); }
td.TdClassName
{
border-color: #C8BAEC;
}
.TagClassName
{
border-color: #C8BAEC;
}
</style>