Shades of Melrose #C4BAF2
Tints of Melrose #C4BAF2
RGB
CMYK
RGB Variations
Color information
#C4BAF2 (or 0xC4BAF2) is known color: Melrose. HEX triplet: C4, BA and F2. RGB value is (196,186,242). Sum of RGB (Red+Green+Blue) = 196+186+242=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BAF2 is #3B450D. Grayscale: #C3C3C3. Windows color (decimal): -3884302 or 15907524. OLE color: 15907524.
HSL color Cylindrical-coordinate representation of color #C4BAF2: hue angle of 250.71º degrees, saturation: 0.68, 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 #C4BAF2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 186 | 242 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.05 |
| HSL | 250.71º | 0.68% | 0.84% | - |
| HSV(B) | 250.71º | 0.23% | 0.95% | - |
| XYZ | 56.35 | 53.26 | 91.32 | - |
| YUV | 195.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 242 | 0.19 | 0.23 | 0 | 0.05 | 250.71 | 0.68 | 0.84 |
| Hex | C4 | BA | F2 | 13 | 17 | 0 | 5 | FB | 44 | 54 |
| Octal | 304 | 272 | 362 | 23 | 27 | 0 | 5 | 373 | 104 | 124 |
| Binary | 11000100 | 10111010 | 11110010 | 10011 | 10111 | 0 | 101 | 11111011 | 1000100 | 1010100 |
Color Harmonies of #C4BAF2
Complementary color
Monochromatic Colors of #C4BAF2
Black with #C4BAF2
Text Example
Text Example
White with #C4BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAF2; }
p { color: rgb(196,186,242); }
H1.HeaderClassName
{
color: #C4BAF2;
}
.AnyTagClassName
{
color: #C4BAF2;
}
</style>
background-color css
<style>
a { background-color: #C4BAF2; }
a { background-color: rgb(196,186,242); }
div.DivClassName
{
background-color: #C4BAF2;
}
.BgClassName
{
background-color: #C4BAF2;
}
</style>
border-color css
<style>
span { border-color: #C4BAF2; }
span { border-color: rgb(196,186,242); }
td.TdClassName
{
border-color: #C4BAF2;
}
.TagClassName
{
border-color: #C4BAF2;
}
</style>