#FFBCB5

Color #FFBCB5 Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FFBCB5

Tints of Melon #FFBCB5

Color information

#FFBCB5 (or 0xFFBCB5) is unknown color: approx Melon. HEX triplet: FF, BC and B5. RGB value is (255,188,181). Sum of RGB (Red+Green+Blue) = 255+188+181=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCB5 is #00434A. Grayscale: #CFCFCF. Windows color (decimal): -17227 or 11910399. OLE color: 11910399.

HSL color Cylindrical-coordinate representation of color #FFBCB5: hue angle of 5.68º 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 #FFBCB5 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255188181-
CMYK00.260.290
HSL5.68º100%85.49%-
HSV(B)5.68º29.02%100%-
XYZ67.5660.5651.84-
YUV207.24113.2162.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=40.87%
G=30.13%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518818100.260.2905.6810085.49
HexFFBCB501A1D066455
Octal3772742650323506144125
Binary11111111101111001011010101101011101011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCB5; }

 p { color: rgb(255,188,181); }

 H1.HeaderClassName
 {
   color: #FFBCB5;
 }
 .AnyTagClassName
 {
   color: #FFBCB5;
 }
</style>
background-color css

<style>
 a { background-color: #FFBCB5; }

 a { background-color: rgb(255,188,181); }

 div.DivClassName
 {
   background-color: #FFBCB5;
 }
 .BgClassName
 {
   background-color: #FFBCB5;
 }
</style>
border-color css

<style>
 span { border-color: #FFBCB5; }

 span { border-color: rgb(255,188,181); }

 td.TdClassName
 {
   border-color: #FFBCB5;
 }
 .TagClassName
 {
   border-color: #FFBCB5;
 }
</style>