Shades of Melon #FFBCB4
Tints of Melon #FFBCB4
RGB
CMYK
RGB Variations
Color information
#FFBCB4 (or 0xFFBCB4) is known color: Melon. HEX triplet: FF, BC and B4. RGB value is (255,188,180). Sum of RGB (Red+Green+Blue) = 255+188+180=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCB4 is #00434B. Grayscale: #CFCFCF. Windows color (decimal): -17228 or 11844863. OLE color: 11844863.
HSL color Cylindrical-coordinate representation of color #FFBCB4: hue angle of 6.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFBCB4 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 180 | - |
| CMYK | 0 | 0.26 | 0.29 | 0 |
| HSL | 6.4º | 1% | 0.85% | - |
| HSV(B) | 6.4º | 0.29% | 1% | - |
| XYZ | 67.46 | 60.52 | 51.31 | - |
| YUV | 207.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 180 | 0 | 0.26 | 0.29 | 0 | 6.4 | 1 | 0.85 |
| Hex | FF | BC | B4 | 0 | 1A | 1D | 0 | 6 | 64 | 55 |
| Octal | 377 | 274 | 264 | 0 | 32 | 35 | 0 | 6 | 144 | 125 |
| Binary | 11111111 | 10111100 | 10110100 | 0 | 11010 | 11101 | 0 | 110 | 1100100 | 1010101 |
Color Harmonies of #FFBCB4
Complementary color
Monochromatic Colors of #FFBCB4
Black with #FFBCB4
Text Example
Text Example
White with #FFBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCB4; }
p { color: rgb(255,188,180); }
H1.HeaderClassName
{
color: #FFBCB4;
}
.AnyTagClassName
{
color: #FFBCB4;
}
</style>
background-color css
<style>
a { background-color: #FFBCB4; }
a { background-color: rgb(255,188,180); }
div.DivClassName
{
background-color: #FFBCB4;
}
.BgClassName
{
background-color: #FFBCB4;
}
</style>
border-color css
<style>
span { border-color: #FFBCB4; }
span { border-color: rgb(255,188,180); }
td.TdClassName
{
border-color: #FFBCB4;
}
.TagClassName
{
border-color: #FFBCB4;
}
</style>