Shades of Melrose #C5BAF2
Tints of Melrose #C5BAF2
RGB
CMYK
RGB Variations
Color information
#C5BAF2 (or 0xC5BAF2) is known color: Melrose. HEX triplet: C5, BA and F2. RGB value is (197,186,242). Sum of RGB (Red+Green+Blue) = 197+186+242=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAF2 is #3A450D. Grayscale: #C3C3C3. Windows color (decimal): -3818766 or 15907525. OLE color: 15907525.
HSL color Cylindrical-coordinate representation of color #C5BAF2: hue angle of 251.79º 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 #C5BAF2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 186 | 242 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.05 |
| HSL | 251.79º | 0.68% | 0.84% | - |
| HSV(B) | 251.79º | 0.23% | 0.95% | - |
| XYZ | 56.61 | 53.4 | 91.33 | - |
| YUV | 195.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 242 | 0.19 | 0.23 | 0 | 0.05 | 251.79 | 0.68 | 0.84 |
| Hex | C5 | BA | F2 | 13 | 17 | 0 | 5 | FC | 44 | 54 |
| Octal | 305 | 272 | 362 | 23 | 27 | 0 | 5 | 374 | 104 | 124 |
| Binary | 11000101 | 10111010 | 11110010 | 10011 | 10111 | 0 | 101 | 11111100 | 1000100 | 1010100 |
Color Harmonies of #C5BAF2
Complementary color
Monochromatic Colors of #C5BAF2
Black with #C5BAF2
Text Example
Text Example
White with #C5BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BAF2; }
p { color: rgb(197,186,242); }
H1.HeaderClassName
{
color: #C5BAF2;
}
.AnyTagClassName
{
color: #C5BAF2;
}
</style>
background-color css
<style>
a { background-color: #C5BAF2; }
a { background-color: rgb(197,186,242); }
div.DivClassName
{
background-color: #C5BAF2;
}
.BgClassName
{
background-color: #C5BAF2;
}
</style>
border-color css
<style>
span { border-color: #C5BAF2; }
span { border-color: rgb(197,186,242); }
td.TdClassName
{
border-color: #C5BAF2;
}
.TagClassName
{
border-color: #C5BAF2;
}
</style>