Shades of Melrose #C4BAF0
Tints of Melrose #C4BAF0
RGB
CMYK
RGB Variations
Color information
#C4BAF0 (or 0xC4BAF0) is known color: Melrose. HEX triplet: C4, BA and F0. RGB value is (196,186,240). Sum of RGB (Red+Green+Blue) = 196+186+240=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAF0 is #3B450F. Grayscale: #C2C2C2. Windows color (decimal): -3884304 or 15776452. OLE color: 15776452.
HSL color Cylindrical-coordinate representation of color #C4BAF0: hue angle of 251.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4BAF0 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 186 | 240 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.06 |
| HSL | 251.11º | 0.64% | 0.84% | - |
| HSV(B) | 251.11º | 0.23% | 0.94% | - |
| XYZ | 56.05 | 53.14 | 89.74 | - |
| YUV | 195.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 240 | 0.18 | 0.22 | 0 | 0.06 | 251.11 | 0.64 | 0.84 |
| Hex | C4 | BA | F0 | 12 | 16 | 0 | 6 | FB | 40 | 54 |
| Octal | 304 | 272 | 360 | 22 | 26 | 0 | 6 | 373 | 100 | 124 |
| Binary | 11000100 | 10111010 | 11110000 | 10010 | 10110 | 0 | 110 | 11111011 | 1000000 | 1010100 |
Color Harmonies of #C4BAF0
Complementary color
Monochromatic Colors of #C4BAF0
Black with #C4BAF0
Text Example
Text Example
White with #C4BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAF0; }
p { color: rgb(196,186,240); }
H1.HeaderClassName
{
color: #C4BAF0;
}
.AnyTagClassName
{
color: #C4BAF0;
}
</style>
background-color css
<style>
a { background-color: #C4BAF0; }
a { background-color: rgb(196,186,240); }
div.DivClassName
{
background-color: #C4BAF0;
}
.BgClassName
{
background-color: #C4BAF0;
}
</style>
border-color css
<style>
span { border-color: #C4BAF0; }
span { border-color: rgb(196,186,240); }
td.TdClassName
{
border-color: #C4BAF0;
}
.TagClassName
{
border-color: #C4BAF0;
}
</style>