Shades of Melrose #C4BAEF
Tints of Melrose #C4BAEF
RGB
CMYK
RGB Variations
Color information
#C4BAEF (or 0xC4BAEF) is known color: Melrose. HEX triplet: C4, BA and EF. RGB value is (196,186,239). Sum of RGB (Red+Green+Blue) = 196+186+239=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAEF is #3B4510. Grayscale: #C2C2C2. Windows color (decimal): -3884305 or 15710916. OLE color: 15710916.
HSL color Cylindrical-coordinate representation of color #C4BAEF: hue angle of 251.32º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4BAEF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 186 | 239 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.06 |
| HSL | 251.32º | 0.62% | 0.83% | - |
| HSV(B) | 251.32º | 0.22% | 0.94% | - |
| XYZ | 55.9 | 53.09 | 88.96 | - |
| YUV | 195.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 239 | 0.18 | 0.22 | 0 | 0.06 | 251.32 | 0.62 | 0.83 |
| Hex | C4 | BA | EF | 12 | 16 | 0 | 6 | FB | 3E | 53 |
| Octal | 304 | 272 | 357 | 22 | 26 | 0 | 6 | 373 | 76 | 123 |
| Binary | 11000100 | 10111010 | 11101111 | 10010 | 10110 | 0 | 110 | 11111011 | 111110 | 1010011 |
Color Harmonies of #C4BAEF
Complementary color
Monochromatic Colors of #C4BAEF
Black with #C4BAEF
Text Example
Text Example
White with #C4BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAEF; }
p { color: rgb(196,186,239); }
H1.HeaderClassName
{
color: #C4BAEF;
}
.AnyTagClassName
{
color: #C4BAEF;
}
</style>
background-color css
<style>
a { background-color: #C4BAEF; }
a { background-color: rgb(196,186,239); }
div.DivClassName
{
background-color: #C4BAEF;
}
.BgClassName
{
background-color: #C4BAEF;
}
</style>
border-color css
<style>
span { border-color: #C4BAEF; }
span { border-color: rgb(196,186,239); }
td.TdClassName
{
border-color: #C4BAEF;
}
.TagClassName
{
border-color: #C4BAEF;
}
</style>