Shades of Melrose #C4BFD0
Tints of Melrose #C4BFD0
RGB
CMYK
RGB Variations
Color information
#C4BFD0 (or 0xC4BFD0) is known color: Melrose. HEX triplet: C4, BF and D0. RGB value is (196,191,208). Sum of RGB (Red+Green+Blue) = 196+191+208=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFD0 is #3B402F. Grayscale: #C2C2C2. Windows color (decimal): -3883056 or 13680580. OLE color: 13680580.
HSL color Cylindrical-coordinate representation of color #C4BFD0: hue angle of 257.65º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BFD0 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 191 | 208 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.18 |
| HSL | 257.65º | 0.15% | 0.78% | - |
| HSV(B) | 257.65º | 0.08% | 0.82% | - |
| XYZ | 52.78 | 53.55 | 67.23 | - |
| YUV | 194.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 208 | 0.06 | 0.08 | 0 | 0.18 | 257.65 | 0.15 | 0.78 |
| Hex | C4 | BF | D0 | 6 | 8 | 0 | 12 | 102 | F | 4E |
| Octal | 304 | 277 | 320 | 6 | 10 | 0 | 22 | 402 | 17 | 116 |
| Binary | 11000100 | 10111111 | 11010000 | 110 | 1000 | 0 | 10010 | 100000010 | 1111 | 1001110 |
Color Harmonies of #C4BFD0
Complementary color
Monochromatic Colors of #C4BFD0
Black with #C4BFD0
Text Example
Text Example
White with #C4BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFD0; }
p { color: rgb(196,191,208); }
H1.HeaderClassName
{
color: #C4BFD0;
}
.AnyTagClassName
{
color: #C4BFD0;
}
</style>
background-color css
<style>
a { background-color: #C4BFD0; }
a { background-color: rgb(196,191,208); }
div.DivClassName
{
background-color: #C4BFD0;
}
.BgClassName
{
background-color: #C4BFD0;
}
</style>
border-color css
<style>
span { border-color: #C4BFD0; }
span { border-color: rgb(196,191,208); }
td.TdClassName
{
border-color: #C4BFD0;
}
.TagClassName
{
border-color: #C4BFD0;
}
</style>