Html Css Color HEX #FFBCB2 Melon

📋 copy color: '#FFBCB2'

red 255 ◦ green 188 ◦ blue 178

#FFBCB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melon #FFBCB2

Tints of Melon #FFBCB2

RGB

 RED value IS 255 (100% from 255) = 41.06%

 GREEN value IS 188 (73.83% from 255) = 30.27%

 BLUE value IS 178 (69.92% from 255) = 28.66%

R = 41.06%
G = 30.27%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFBCB2 (or 0xFFBCB2) is known color: Melon. HEX triplet: FF, BC and B2. RGB value is (255,188,178). Sum of RGB (Red+Green+Blue) = 255+188+178=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCB2 is #00434D. Grayscale: #CFCFCF. Windows color (decimal): -17230 or 11713791. OLE color: 11713791.

HSL color Cylindrical-coordinate representation of color #FFBCB2: hue angle of 7.79º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFBCB2 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 188 178 -
CMYK 0 0.26 0.30 0
HSL 7.79º 1% 0.85% -
HSV(B) 7.79º 0.3% 1% -
XYZ 67.26 60.44 50.24 -
YUV 206.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 255 188 178 0 0.26 0.30 0 7.79 1 0.85
Hex FF BC B2 0 1A 1E 0 8 64 55
Octal 377 274 262 0 32 36 0 10 144 125
Binary 11111111 10111100 10110010 0 11010 11110 0 1000 1100100 1010101

Color Harmonies of #FFBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCB2

Black with #FFBCB2

Text Example


Text Example

White with #FFBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCB2; }

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

 H1.HeaderClassName
 {
   color: #FFBCB2;
 }
 .AnyTagClassName
 {
   color: #FFBCB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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