Shades of Melrose #C5BBEE
Tints of Melrose #C5BBEE
RGB
CMYK
RGB Variations
Color information
#C5BBEE (or 0xC5BBEE) is known color: Melrose. HEX triplet: C5, BB and EE. RGB value is (197,187,238). Sum of RGB (Red+Green+Blue) = 197+187+238=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBEE is #3A4411. Grayscale: #C3C3C3. Windows color (decimal): -3818514 or 15645637. OLE color: 15645637.
HSL color Cylindrical-coordinate representation of color #C5BBEE: hue angle of 251.76º degrees, saturation: 0.6, 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 #C5BBEE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 187 | 238 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.07 |
| HSL | 251.76º | 0.6% | 0.83% | - |
| HSV(B) | 251.76º | 0.21% | 0.93% | - |
| XYZ | 56.23 | 53.58 | 88.27 | - |
| YUV | 195.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 238 | 0.17 | 0.21 | 0 | 0.07 | 251.76 | 0.6 | 0.83 |
| Hex | C5 | BB | EE | 11 | 15 | 0 | 7 | FC | 3C | 53 |
| Octal | 305 | 273 | 356 | 21 | 25 | 0 | 7 | 374 | 74 | 123 |
| Binary | 11000101 | 10111011 | 11101110 | 10001 | 10101 | 0 | 111 | 11111100 | 111100 | 1010011 |
Color Harmonies of #C5BBEE
Complementary color
Monochromatic Colors of #C5BBEE
Black with #C5BBEE
Text Example
Text Example
White with #C5BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBEE; }
p { color: rgb(197,187,238); }
H1.HeaderClassName
{
color: #C5BBEE;
}
.AnyTagClassName
{
color: #C5BBEE;
}
</style>
background-color css
<style>
a { background-color: #C5BBEE; }
a { background-color: rgb(197,187,238); }
div.DivClassName
{
background-color: #C5BBEE;
}
.BgClassName
{
background-color: #C5BBEE;
}
</style>
border-color css
<style>
span { border-color: #C5BBEE; }
span { border-color: rgb(197,187,238); }
td.TdClassName
{
border-color: #C5BBEE;
}
.TagClassName
{
border-color: #C5BBEE;
}
</style>