Shades of Melrose #C4BFEA
Tints of Melrose #C4BFEA
RGB
CMYK
RGB Variations
Color information
#C4BFEA (or 0xC4BFEA) is known color: Melrose. HEX triplet: C4, BF and EA. RGB value is (196,191,234). Sum of RGB (Red+Green+Blue) = 196+191+234=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFEA is #3B4015. Grayscale: #C5C5C5. Windows color (decimal): -3883030 or 15384516. OLE color: 15384516.
HSL color Cylindrical-coordinate representation of color #C4BFEA: hue angle of 246.98º 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 #C4BFEA is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 191 | 234 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.08 |
| HSL | 246.98º | 0.51% | 0.83% | - |
| HSV(B) | 246.98º | 0.18% | 0.92% | - |
| XYZ | 56.25 | 54.94 | 85.48 | - |
| YUV | 197.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 234 | 0.16 | 0.18 | 0 | 0.08 | 246.98 | 0.51 | 0.83 |
| Hex | C4 | BF | EA | 10 | 12 | 0 | 8 | F7 | 33 | 53 |
| Octal | 304 | 277 | 352 | 20 | 22 | 0 | 10 | 367 | 63 | 123 |
| Binary | 11000100 | 10111111 | 11101010 | 10000 | 10010 | 0 | 1000 | 11110111 | 110011 | 1010011 |
Color Harmonies of #C4BFEA
Complementary color
Monochromatic Colors of #C4BFEA
Black with #C4BFEA
Text Example
Text Example
White with #C4BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFEA; }
p { color: rgb(196,191,234); }
H1.HeaderClassName
{
color: #C4BFEA;
}
.AnyTagClassName
{
color: #C4BFEA;
}
</style>
background-color css
<style>
a { background-color: #C4BFEA; }
a { background-color: rgb(196,191,234); }
div.DivClassName
{
background-color: #C4BFEA;
}
.BgClassName
{
background-color: #C4BFEA;
}
</style>
border-color css
<style>
span { border-color: #C4BFEA; }
span { border-color: rgb(196,191,234); }
td.TdClassName
{
border-color: #C4BFEA;
}
.TagClassName
{
border-color: #C4BFEA;
}
</style>