Shades of Melrose #C5BBE6
Tints of Melrose #C5BBE6
RGB
CMYK
RGB Variations
Color information
#C5BBE6 (or 0xC5BBE6) is known color: Melrose. HEX triplet: C5, BB and E6. RGB value is (197,187,230). Sum of RGB (Red+Green+Blue) = 197+187+230=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBE6 is #3A4419. Grayscale: #C2C2C2. Windows color (decimal): -3818522 or 15121349. OLE color: 15121349.
HSL color Cylindrical-coordinate representation of color #C5BBE6: hue angle of 253.95º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BBE6 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 187 | 230 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.10 |
| HSL | 253.95º | 0.46% | 0.82% | - |
| HSV(B) | 253.95º | 0.19% | 0.9% | - |
| XYZ | 55.08 | 53.12 | 82.21 | - |
| YUV | 194.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 230 | 0.14 | 0.19 | 0 | 0.10 | 253.95 | 0.46 | 0.82 |
| Hex | C5 | BB | E6 | E | 13 | 0 | A | FE | 2E | 52 |
| Octal | 305 | 273 | 346 | 16 | 23 | 0 | 12 | 376 | 56 | 122 |
| Binary | 11000101 | 10111011 | 11100110 | 1110 | 10011 | 0 | 1010 | 11111110 | 101110 | 1010010 |
Color Harmonies of #C5BBE6
Complementary color
Monochromatic Colors of #C5BBE6
Black with #C5BBE6
Text Example
Text Example
White with #C5BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBE6; }
p { color: rgb(197,187,230); }
H1.HeaderClassName
{
color: #C5BBE6;
}
.AnyTagClassName
{
color: #C5BBE6;
}
</style>
background-color css
<style>
a { background-color: #C5BBE6; }
a { background-color: rgb(197,187,230); }
div.DivClassName
{
background-color: #C5BBE6;
}
.BgClassName
{
background-color: #C5BBE6;
}
</style>
border-color css
<style>
span { border-color: #C5BBE6; }
span { border-color: rgb(197,187,230); }
td.TdClassName
{
border-color: #C5BBE6;
}
.TagClassName
{
border-color: #C5BBE6;
}
</style>