Shades of Melrose #C4B0FB
Tints of Melrose #C4B0FB
RGB
CMYK
RGB Variations
Color information
#C4B0FB (or 0xC4B0FB) is known color: Melrose. HEX triplet: C4, B0 and FB. RGB value is (196,176,251). Sum of RGB (Red+Green+Blue) = 196+176+251=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B0FB is #3B4F04. Grayscale: #BEBEBE. Windows color (decimal): -3886853 or 16494788. OLE color: 16494788.
HSL color Cylindrical-coordinate representation of color #C4B0FB: hue angle of 256º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B0FB is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 176 | 251 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.02 |
| HSL | 256º | 0.9% | 0.84% | - |
| HSV(B) | 256º | 0.3% | 0.98% | - |
| XYZ | 55.7 | 49.75 | 97.93 | - |
| YUV | 190.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 251 | 0.22 | 0.30 | 0 | 0.02 | 256 | 0.9 | 0.84 |
| Hex | C4 | B0 | FB | 16 | 1E | 0 | 2 | 100 | 5A | 54 |
| Octal | 304 | 260 | 373 | 26 | 36 | 0 | 2 | 400 | 132 | 124 |
| Binary | 11000100 | 10110000 | 11111011 | 10110 | 11110 | 0 | 10 | 100000000 | 1011010 | 1010100 |
Color Harmonies of #C4B0FB
Complementary color
Monochromatic Colors of #C4B0FB
Black with #C4B0FB
Text Example
Text Example
White with #C4B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0FB; }
p { color: rgb(196,176,251); }
H1.HeaderClassName
{
color: #C4B0FB;
}
.AnyTagClassName
{
color: #C4B0FB;
}
</style>
background-color css
<style>
a { background-color: #C4B0FB; }
a { background-color: rgb(196,176,251); }
div.DivClassName
{
background-color: #C4B0FB;
}
.BgClassName
{
background-color: #C4B0FB;
}
</style>
border-color css
<style>
span { border-color: #C4B0FB; }
span { border-color: rgb(196,176,251); }
td.TdClassName
{
border-color: #C4B0FB;
}
.TagClassName
{
border-color: #C4B0FB;
}
</style>