Html Css Color HEX #FFBCA7 Melon

📋 copy color: '#FFBCA7'

red 255 ◦ green 188 ◦ blue 167

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

Shades of Melon #FFBCA7

Tints of Melon #FFBCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.38%

R = 41.8%
G = 30.82%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFBCA7 (or 0xFFBCA7) is known color: Melon. HEX triplet: FF, BC and A7. RGB value is (255,188,167). Sum of RGB (Red+Green+Blue) = 255+188+167=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCA7 is #004358. Grayscale: #CDCDCD. Windows color (decimal): -17241 or 10992895. OLE color: 10992895.

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

Color convert

RGB 255 188 167 -
CMYK 0 0.26 0.35 0
HSL 14.32º 1% 0.83% -
HSV(B) 14.32º 0.35% 1% -
XYZ 66.2 60.02 44.65 -
YUV 205.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 255 188 167 0 0.26 0.35 0 14.32 1 0.83
Hex FF BC A7 0 1A 23 0 E 64 53
Octal 377 274 247 0 32 43 0 16 144 123
Binary 11111111 10111100 10100111 0 11010 100011 0 1110 1100100 1010011

Color Harmonies of #FFBCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCA7

Black with #FFBCA7

Text Example


Text Example

White with #FFBCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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