Shades of Melrose #C5BBF2
Tints of Melrose #C5BBF2
RGB
CMYK
RGB Variations
Color information
#C5BBF2 (or 0xC5BBF2) is known color: Melrose. HEX triplet: C5, BB and F2. RGB value is (197,187,242). Sum of RGB (Red+Green+Blue) = 197+187+242=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBF2 is #3A440D. Grayscale: #C4C4C4. Windows color (decimal): -3818510 or 15907781. OLE color: 15907781.
HSL color Cylindrical-coordinate representation of color #C5BBF2: hue angle of 250.91º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5BBF2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 187 | 242 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.05 |
| HSL | 250.91º | 0.68% | 0.84% | - |
| HSV(B) | 250.91º | 0.23% | 0.95% | - |
| XYZ | 56.82 | 53.82 | 91.4 | - |
| YUV | 196.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 242 | 0.19 | 0.23 | 0 | 0.05 | 250.91 | 0.68 | 0.84 |
| Hex | C5 | BB | F2 | 13 | 17 | 0 | 5 | FB | 44 | 54 |
| Octal | 305 | 273 | 362 | 23 | 27 | 0 | 5 | 373 | 104 | 124 |
| Binary | 11000101 | 10111011 | 11110010 | 10011 | 10111 | 0 | 101 | 11111011 | 1000100 | 1010100 |
Color Harmonies of #C5BBF2
Complementary color
Monochromatic Colors of #C5BBF2
Black with #C5BBF2
Text Example
Text Example
White with #C5BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBF2; }
p { color: rgb(197,187,242); }
H1.HeaderClassName
{
color: #C5BBF2;
}
.AnyTagClassName
{
color: #C5BBF2;
}
</style>
background-color css
<style>
a { background-color: #C5BBF2; }
a { background-color: rgb(197,187,242); }
div.DivClassName
{
background-color: #C5BBF2;
}
.BgClassName
{
background-color: #C5BBF2;
}
</style>
border-color css
<style>
span { border-color: #C5BBF2; }
span { border-color: rgb(197,187,242); }
td.TdClassName
{
border-color: #C5BBF2;
}
.TagClassName
{
border-color: #C5BBF2;
}
</style>