Shades of Melrose #C5BFE3
Tints of Melrose #C5BFE3
RGB
CMYK
RGB Variations
Color information
#C5BFE3 (or 0xC5BFE3) is known color: Melrose. HEX triplet: C5, BF and E3. RGB value is (197,191,227). Sum of RGB (Red+Green+Blue) = 197+191+227=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5BFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFE3 is #3A401C. Grayscale: #C4C4C4. Windows color (decimal): -3817501 or 14925765. OLE color: 14925765.
HSL color Cylindrical-coordinate representation of color #C5BFE3: hue angle of 250º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5BFE3 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 191 | 227 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.11 |
| HSL | 250º | 0.39% | 0.82% | - |
| HSV(B) | 250º | 0.16% | 0.89% | - |
| XYZ | 55.52 | 54.68 | 80.3 | - |
| YUV | 196.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 227 | 0.13 | 0.16 | 0 | 0.11 | 250 | 0.39 | 0.82 |
| Hex | C5 | BF | E3 | D | 10 | 0 | B | FA | 27 | 52 |
| Octal | 305 | 277 | 343 | 15 | 20 | 0 | 13 | 372 | 47 | 122 |
| Binary | 11000101 | 10111111 | 11100011 | 1101 | 10000 | 0 | 1011 | 11111010 | 100111 | 1010010 |
Color Harmonies of #C5BFE3
Complementary color
Monochromatic Colors of #C5BFE3
Black with #C5BFE3
Text Example
Text Example
White with #C5BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFE3; }
p { color: rgb(197,191,227); }
H1.HeaderClassName
{
color: #C5BFE3;
}
.AnyTagClassName
{
color: #C5BFE3;
}
</style>
background-color css
<style>
a { background-color: #C5BFE3; }
a { background-color: rgb(197,191,227); }
div.DivClassName
{
background-color: #C5BFE3;
}
.BgClassName
{
background-color: #C5BFE3;
}
</style>
border-color css
<style>
span { border-color: #C5BFE3; }
span { border-color: rgb(197,191,227); }
td.TdClassName
{
border-color: #C5BFE3;
}
.TagClassName
{
border-color: #C5BFE3;
}
</style>