Shades of Melrose #C5BAEB
Tints of Melrose #C5BAEB
RGB
CMYK
RGB Variations
Color information
#C5BAEB (or 0xC5BAEB) is known color: Melrose. HEX triplet: C5, BA and EB. RGB value is (197,186,235). Sum of RGB (Red+Green+Blue) = 197+186+235=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAEB is #3A4514. Grayscale: #C2C2C2. Windows color (decimal): -3818773 or 15448773. OLE color: 15448773.
HSL color Cylindrical-coordinate representation of color #C5BAEB: hue angle of 253.47º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BAEB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 186 | 235 | - |
CMYK | 0.16 | 0.21 | 0 | 0.08 |
HSL | 253.47º | 0.55% | 0.83% | - |
HSV(B) | 253.47º | 0.21% | 0.92% | - |
XYZ | 55.58 | 52.99 | 85.9 | - |
YUV | 194.88 | 150.64 | 129.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 186 | 235 | 0.16 | 0.21 | 0 | 0.08 | 253.47 | 0.55 | 0.83 |
Hex | C5 | BA | EB | 10 | 15 | 0 | 8 | FD | 37 | 53 |
Octal | 305 | 272 | 353 | 20 | 25 | 0 | 10 | 375 | 67 | 123 |
Binary | 11000101 | 10111010 | 11101011 | 10000 | 10101 | 0 | 1000 | 11111101 | 110111 | 1010011 |
Color Harmonies of #C5BAEB
Complementary color
Monochromatic Colors of #C5BAEB
Black with #C5BAEB
Text Example
Text Example
White with #C5BAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BAEB; }
p { color: rgb(197,186,235); }
H1.HeaderClassName
{
color: #C5BAEB;
}
.AnyTagClassName
{
color: #C5BAEB;
}
</style>
background-color css
<style>
a { background-color: #C5BAEB; }
a { background-color: rgb(197,186,235); }
div.DivClassName
{
background-color: #C5BAEB;
}
.BgClassName
{
background-color: #C5BAEB;
}
</style>
border-color css
<style>
span { border-color: #C5BAEB; }
span { border-color: rgb(197,186,235); }
td.TdClassName
{
border-color: #C5BAEB;
}
.TagClassName
{
border-color: #C5BAEB;
}
</style>