Shades of Melrose #C4BAE9
Tints of Melrose #C4BAE9
RGB
CMYK
RGB Variations
Color information
#C4BAE9 (or 0xC4BAE9) is known color: Melrose. HEX triplet: C4, BA and E9. RGB value is (196,186,233). Sum of RGB (Red+Green+Blue) = 196+186+233=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #C4BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAE9 is #3B4516. Grayscale: #C2C2C2. Windows color (decimal): -3884311 or 15317700. OLE color: 15317700.
HSL color Cylindrical-coordinate representation of color #C4BAE9: hue angle of 252.77º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BAE9 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 186 | 233 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.09 |
| HSL | 252.77º | 0.52% | 0.82% | - |
| HSV(B) | 252.77º | 0.2% | 0.91% | - |
| XYZ | 55.03 | 52.74 | 84.37 | - |
| YUV | 194.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 233 | 0.16 | 0.20 | 0 | 0.09 | 252.77 | 0.52 | 0.82 |
| Hex | C4 | BA | E9 | 10 | 14 | 0 | 9 | FD | 34 | 52 |
| Octal | 304 | 272 | 351 | 20 | 24 | 0 | 11 | 375 | 64 | 122 |
| Binary | 11000100 | 10111010 | 11101001 | 10000 | 10100 | 0 | 1001 | 11111101 | 110100 | 1010010 |
Color Harmonies of #C4BAE9
Complementary color
Monochromatic Colors of #C4BAE9
Black with #C4BAE9
Text Example
Text Example
White with #C4BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAE9; }
p { color: rgb(196,186,233); }
H1.HeaderClassName
{
color: #C4BAE9;
}
.AnyTagClassName
{
color: #C4BAE9;
}
</style>
background-color css
<style>
a { background-color: #C4BAE9; }
a { background-color: rgb(196,186,233); }
div.DivClassName
{
background-color: #C4BAE9;
}
.BgClassName
{
background-color: #C4BAE9;
}
</style>
border-color css
<style>
span { border-color: #C4BAE9; }
span { border-color: rgb(196,186,233); }
td.TdClassName
{
border-color: #C4BAE9;
}
.TagClassName
{
border-color: #C4BAE9;
}
</style>