Shades of Melrose #C5BAF5
Tints of Melrose #C5BAF5
RGB
CMYK
RGB Variations
Color information
#C5BAF5 (or 0xC5BAF5) is known color: Melrose. HEX triplet: C5, BA and F5. RGB value is (197,186,245). Sum of RGB (Red+Green+Blue) = 197+186+245=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #C5BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAF5 is #3A450A. Grayscale: #C3C3C3. Windows color (decimal): -3818763 or 16104133. OLE color: 16104133.
HSL color Cylindrical-coordinate representation of color #C5BAF5: hue angle of 251.19º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5BAF5 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 186 | 245 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.04 |
| HSL | 251.19º | 0.75% | 0.85% | - |
| HSV(B) | 251.19º | 0.24% | 0.96% | - |
| XYZ | 57.07 | 53.58 | 93.72 | - |
| YUV | 196.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 245 | 0.20 | 0.24 | 0 | 0.04 | 251.19 | 0.75 | 0.85 |
| Hex | C5 | BA | F5 | 14 | 18 | 0 | 4 | FB | 4B | 55 |
| Octal | 305 | 272 | 365 | 24 | 30 | 0 | 4 | 373 | 113 | 125 |
| Binary | 11000101 | 10111010 | 11110101 | 10100 | 11000 | 0 | 100 | 11111011 | 1001011 | 1010101 |
Color Harmonies of #C5BAF5
Complementary color
Monochromatic Colors of #C5BAF5
Black with #C5BAF5
Text Example
Text Example
White with #C5BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BAF5; }
p { color: rgb(197,186,245); }
H1.HeaderClassName
{
color: #C5BAF5;
}
.AnyTagClassName
{
color: #C5BAF5;
}
</style>
background-color css
<style>
a { background-color: #C5BAF5; }
a { background-color: rgb(197,186,245); }
div.DivClassName
{
background-color: #C5BAF5;
}
.BgClassName
{
background-color: #C5BAF5;
}
</style>
border-color css
<style>
span { border-color: #C5BAF5; }
span { border-color: rgb(197,186,245); }
td.TdClassName
{
border-color: #C5BAF5;
}
.TagClassName
{
border-color: #C5BAF5;
}
</style>