Shades of Melrose #C4BAF1
Tints of Melrose #C4BAF1
RGB
CMYK
RGB Variations
Color information
#C4BAF1 (or 0xC4BAF1) is known color: Melrose. HEX triplet: C4, BA and F1. RGB value is (196,186,241). Sum of RGB (Red+Green+Blue) = 196+186+241=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAF1 is #3B450E. Grayscale: #C3C3C3. Windows color (decimal): -3884303 or 15841988. OLE color: 15841988.
HSL color Cylindrical-coordinate representation of color #C4BAF1: hue angle of 250.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4BAF1 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 186 | 241 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.05 |
| HSL | 250.91º | 0.66% | 0.84% | - |
| HSV(B) | 250.91º | 0.23% | 0.95% | - |
| XYZ | 56.2 | 53.2 | 90.53 | - |
| YUV | 195.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 241 | 0.19 | 0.23 | 0 | 0.05 | 250.91 | 0.66 | 0.84 |
| Hex | C4 | BA | F1 | 13 | 17 | 0 | 5 | FB | 42 | 54 |
| Octal | 304 | 272 | 361 | 23 | 27 | 0 | 5 | 373 | 102 | 124 |
| Binary | 11000100 | 10111010 | 11110001 | 10011 | 10111 | 0 | 101 | 11111011 | 1000010 | 1010100 |
Color Harmonies of #C4BAF1
Complementary color
Monochromatic Colors of #C4BAF1
Black with #C4BAF1
Text Example
Text Example
White with #C4BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAF1; }
p { color: rgb(196,186,241); }
H1.HeaderClassName
{
color: #C4BAF1;
}
.AnyTagClassName
{
color: #C4BAF1;
}
</style>
background-color css
<style>
a { background-color: #C4BAF1; }
a { background-color: rgb(196,186,241); }
div.DivClassName
{
background-color: #C4BAF1;
}
.BgClassName
{
background-color: #C4BAF1;
}
</style>
border-color css
<style>
span { border-color: #C4BAF1; }
span { border-color: rgb(196,186,241); }
td.TdClassName
{
border-color: #C4BAF1;
}
.TagClassName
{
border-color: #C4BAF1;
}
</style>