Shades of Melrose #C4BCE7
Tints of Melrose #C4BCE7
RGB
CMYK
RGB Variations
Color information
#C4BCE7 (or 0xC4BCE7) is known color: Melrose. HEX triplet: C4, BC and E7. RGB value is (196,188,231). Sum of RGB (Red+Green+Blue) = 196+188+231=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #C4BCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCE7 is #3B4318. Grayscale: #C3C3C3. Windows color (decimal): -3883801 or 15187140. OLE color: 15187140.
HSL color Cylindrical-coordinate representation of color #C4BCE7: hue angle of 251.16º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BCE7 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 188 | 231 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.09 |
| HSL | 251.16º | 0.47% | 0.82% | - |
| HSV(B) | 251.16º | 0.19% | 0.91% | - |
| XYZ | 55.17 | 53.47 | 83.01 | - |
| YUV | 195.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 231 | 0.15 | 0.19 | 0 | 0.09 | 251.16 | 0.47 | 0.82 |
| Hex | C4 | BC | E7 | F | 13 | 0 | 9 | FB | 2F | 52 |
| Octal | 304 | 274 | 347 | 17 | 23 | 0 | 11 | 373 | 57 | 122 |
| Binary | 11000100 | 10111100 | 11100111 | 1111 | 10011 | 0 | 1001 | 11111011 | 101111 | 1010010 |
Color Harmonies of #C4BCE7
Complementary color
Monochromatic Colors of #C4BCE7
Black with #C4BCE7
Text Example
Text Example
White with #C4BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCE7; }
p { color: rgb(196,188,231); }
H1.HeaderClassName
{
color: #C4BCE7;
}
.AnyTagClassName
{
color: #C4BCE7;
}
</style>
background-color css
<style>
a { background-color: #C4BCE7; }
a { background-color: rgb(196,188,231); }
div.DivClassName
{
background-color: #C4BCE7;
}
.BgClassName
{
background-color: #C4BCE7;
}
</style>
border-color css
<style>
span { border-color: #C4BCE7; }
span { border-color: rgb(196,188,231); }
td.TdClassName
{
border-color: #C4BCE7;
}
.TagClassName
{
border-color: #C4BCE7;
}
</style>