Shades of Melrose #C5BBED
Tints of Melrose #C5BBED
RGB
CMYK
RGB Variations
Color information
#C5BBED (or 0xC5BBED) is known color: Melrose. HEX triplet: C5, BB and ED. RGB value is (197,187,237). Sum of RGB (Red+Green+Blue) = 197+187+237=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBED is #3A4412. Grayscale: #C3C3C3. Windows color (decimal): -3818515 or 15580101. OLE color: 15580101.
HSL color Cylindrical-coordinate representation of color #C5BBED: hue angle of 252º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BBED is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 187 | 237 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.07 |
| HSL | 252º | 0.58% | 0.83% | - |
| HSV(B) | 252º | 0.21% | 0.93% | - |
| XYZ | 56.08 | 53.53 | 87.5 | - |
| YUV | 195.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 237 | 0.17 | 0.21 | 0 | 0.07 | 252 | 0.58 | 0.83 |
| Hex | C5 | BB | ED | 11 | 15 | 0 | 7 | FC | 3A | 53 |
| Octal | 305 | 273 | 355 | 21 | 25 | 0 | 7 | 374 | 72 | 123 |
| Binary | 11000101 | 10111011 | 11101101 | 10001 | 10101 | 0 | 111 | 11111100 | 111010 | 1010011 |
Color Harmonies of #C5BBED
Complementary color
Monochromatic Colors of #C5BBED
Black with #C5BBED
Text Example
Text Example
White with #C5BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBED; }
p { color: rgb(197,187,237); }
H1.HeaderClassName
{
color: #C5BBED;
}
.AnyTagClassName
{
color: #C5BBED;
}
</style>
background-color css
<style>
a { background-color: #C5BBED; }
a { background-color: rgb(197,187,237); }
div.DivClassName
{
background-color: #C5BBED;
}
.BgClassName
{
background-color: #C5BBED;
}
</style>
border-color css
<style>
span { border-color: #C5BBED; }
span { border-color: rgb(197,187,237); }
td.TdClassName
{
border-color: #C5BBED;
}
.TagClassName
{
border-color: #C5BBED;
}
</style>