Shades of Melon #FFBCB6
Tints of Melon #FFBCB6
RGB
CMYK
RGB Variations
Color information
#FFBCB6 (or 0xFFBCB6) is known color: Melon. HEX triplet: FF, BC and B6. RGB value is (255,188,182). Sum of RGB (Red+Green+Blue) = 255+188+182=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCB6 is #004349. Grayscale: #CFCFCF. Windows color (decimal): -17226 or 11975935. OLE color: 11975935.
HSL color Cylindrical-coordinate representation of color #FFBCB6: hue angle of 4.93º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFBCB6 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 182 | - |
| CMYK | 0 | 0.26 | 0.29 | 0 |
| HSL | 4.93º | 1% | 0.86% | - |
| HSV(B) | 4.93º | 0.29% | 1% | - |
| XYZ | 67.67 | 60.6 | 52.39 | - |
| YUV | 207.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 182 | 0 | 0.26 | 0.29 | 0 | 4.93 | 1 | 0.86 |
| Hex | FF | BC | B6 | 0 | 1A | 1D | 0 | 5 | 64 | 56 |
| Octal | 377 | 274 | 266 | 0 | 32 | 35 | 0 | 5 | 144 | 126 |
| Binary | 11111111 | 10111100 | 10110110 | 0 | 11010 | 11101 | 0 | 101 | 1100100 | 1010110 |
Color Harmonies of #FFBCB6
Complementary color
Monochromatic Colors of #FFBCB6
Black with #FFBCB6
Text Example
Text Example
White with #FFBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCB6; }
p { color: rgb(255,188,182); }
H1.HeaderClassName
{
color: #FFBCB6;
}
.AnyTagClassName
{
color: #FFBCB6;
}
</style>
background-color css
<style>
a { background-color: #FFBCB6; }
a { background-color: rgb(255,188,182); }
div.DivClassName
{
background-color: #FFBCB6;
}
.BgClassName
{
background-color: #FFBCB6;
}
</style>
border-color css
<style>
span { border-color: #FFBCB6; }
span { border-color: rgb(255,188,182); }
td.TdClassName
{
border-color: #FFBCB6;
}
.TagClassName
{
border-color: #FFBCB6;
}
</style>