Shades of Melrose #C5BBF3
Tints of Melrose #C5BBF3
RGB
CMYK
RGB Variations
Color information
#C5BBF3 (or 0xC5BBF3) is known color: Melrose. HEX triplet: C5, BB and F3. RGB value is (197,187,243). Sum of RGB (Red+Green+Blue) = 197+187+243=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBF3 is #3A440C. Grayscale: #C4C4C4. Windows color (decimal): -3818509 or 15973317. OLE color: 15973317.
HSL color Cylindrical-coordinate representation of color #C5BBF3: hue angle of 250.71º degrees, saturation: 0.7, 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 #C5BBF3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 187 | 243 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.05 |
| HSL | 250.71º | 0.7% | 0.84% | - |
| HSV(B) | 250.71º | 0.23% | 0.95% | - |
| XYZ | 56.97 | 53.88 | 92.19 | - |
| YUV | 196.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 243 | 0.19 | 0.23 | 0 | 0.05 | 250.71 | 0.7 | 0.84 |
| Hex | C5 | BB | F3 | 13 | 17 | 0 | 5 | FB | 46 | 54 |
| Octal | 305 | 273 | 363 | 23 | 27 | 0 | 5 | 373 | 106 | 124 |
| Binary | 11000101 | 10111011 | 11110011 | 10011 | 10111 | 0 | 101 | 11111011 | 1000110 | 1010100 |
Color Harmonies of #C5BBF3
Complementary color
Monochromatic Colors of #C5BBF3
Black with #C5BBF3
Text Example
Text Example
White with #C5BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBF3; }
p { color: rgb(197,187,243); }
H1.HeaderClassName
{
color: #C5BBF3;
}
.AnyTagClassName
{
color: #C5BBF3;
}
</style>
background-color css
<style>
a { background-color: #C5BBF3; }
a { background-color: rgb(197,187,243); }
div.DivClassName
{
background-color: #C5BBF3;
}
.BgClassName
{
background-color: #C5BBF3;
}
</style>
border-color css
<style>
span { border-color: #C5BBF3; }
span { border-color: rgb(197,187,243); }
td.TdClassName
{
border-color: #C5BBF3;
}
.TagClassName
{
border-color: #C5BBF3;
}
</style>