Shades of Melrose #C8BFEA
Tints of Melrose #C8BFEA
RGB
CMYK
RGB Variations
Color information
#C8BFEA (or 0xC8BFEA) is known color: Melrose. HEX triplet: C8, BF and EA. RGB value is (200,191,234). Sum of RGB (Red+Green+Blue) = 200+191+234=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFEA is #374015. Grayscale: #C6C6C6. Windows color (decimal): -3620886 or 15384520. OLE color: 15384520.
HSL color Cylindrical-coordinate representation of color #C8BFEA: hue angle of 252.56º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BFEA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 191 | 234 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.08 |
| HSL | 252.56º | 0.51% | 0.83% | - |
| HSV(B) | 252.56º | 0.18% | 0.92% | - |
| XYZ | 57.3 | 55.48 | 85.53 | - |
| YUV | 198.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 234 | 0.15 | 0.18 | 0 | 0.08 | 252.56 | 0.51 | 0.83 |
| Hex | C8 | BF | EA | F | 12 | 0 | 8 | FD | 33 | 53 |
| Octal | 310 | 277 | 352 | 17 | 22 | 0 | 10 | 375 | 63 | 123 |
| Binary | 11001000 | 10111111 | 11101010 | 1111 | 10010 | 0 | 1000 | 11111101 | 110011 | 1010011 |
Color Harmonies of #C8BFEA
Complementary color
Monochromatic Colors of #C8BFEA
Black with #C8BFEA
Text Example
Text Example
White with #C8BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFEA; }
p { color: rgb(200,191,234); }
H1.HeaderClassName
{
color: #C8BFEA;
}
.AnyTagClassName
{
color: #C8BFEA;
}
</style>
background-color css
<style>
a { background-color: #C8BFEA; }
a { background-color: rgb(200,191,234); }
div.DivClassName
{
background-color: #C8BFEA;
}
.BgClassName
{
background-color: #C8BFEA;
}
</style>
border-color css
<style>
span { border-color: #C8BFEA; }
span { border-color: rgb(200,191,234); }
td.TdClassName
{
border-color: #C8BFEA;
}
.TagClassName
{
border-color: #C8BFEA;
}
</style>