Shades of Melrose #C4BFD2
Tints of Melrose #C4BFD2
RGB
CMYK
RGB Variations
Color information
#C4BFD2 (or 0xC4BFD2) is known color: Melrose. HEX triplet: C4, BF and D2. RGB value is (196,191,210). Sum of RGB (Red+Green+Blue) = 196+191+210=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4BFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFD2 is #3B402D. Grayscale: #C2C2C2. Windows color (decimal): -3883054 or 13811652. OLE color: 13811652.
HSL color Cylindrical-coordinate representation of color #C4BFD2: hue angle of 255.79º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BFD2 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 191 | 210 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.18 |
| HSL | 255.79º | 0.17% | 0.79% | - |
| HSV(B) | 255.79º | 0.09% | 0.82% | - |
| XYZ | 53.03 | 53.65 | 68.53 | - |
| YUV | 194.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 210 | 0.07 | 0.09 | 0 | 0.18 | 255.79 | 0.17 | 0.79 |
| Hex | C4 | BF | D2 | 7 | 9 | 0 | 12 | 100 | 11 | 4F |
| Octal | 304 | 277 | 322 | 7 | 11 | 0 | 22 | 400 | 21 | 117 |
| Binary | 11000100 | 10111111 | 11010010 | 111 | 1001 | 0 | 10010 | 100000000 | 10001 | 1001111 |
Color Harmonies of #C4BFD2
Complementary color
Monochromatic Colors of #C4BFD2
Black with #C4BFD2
Text Example
Text Example
White with #C4BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFD2; }
p { color: rgb(196,191,210); }
H1.HeaderClassName
{
color: #C4BFD2;
}
.AnyTagClassName
{
color: #C4BFD2;
}
</style>
background-color css
<style>
a { background-color: #C4BFD2; }
a { background-color: rgb(196,191,210); }
div.DivClassName
{
background-color: #C4BFD2;
}
.BgClassName
{
background-color: #C4BFD2;
}
</style>
border-color css
<style>
span { border-color: #C4BFD2; }
span { border-color: rgb(196,191,210); }
td.TdClassName
{
border-color: #C4BFD2;
}
.TagClassName
{
border-color: #C4BFD2;
}
</style>