#BEFFA5

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

Shades of Madang #BEFFA5

Tints of Madang #BEFFA5

Color information

#BEFFA5 (or 0xBEFFA5) is unknown color: approx Madang. HEX triplet: BE, FF and A5. RGB value is (190,255,165). Sum of RGB (Red+Green+Blue) = 190+255+165=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFA5 is #41005A. Grayscale: #E1E1E1. Windows color (decimal): -4259931 or 10878910. OLE color: 10878910.

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

Color convert

RGB190255165-
CMYK0.2500.350
HSL103.33º100%82.35%-
HSV(B)103.33º35.29%100%-
XYZ63.7985.1848.68-
YUV225.393.97102.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 165 (64.84% from 255) = 27.05%
R=31.15%
G=41.80%
B=27.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551650.2500.350103.3310082.35
HexBEFFA5190230676452
Octal276377245310430147144122
Binary1011111011111111101001011100101000110110011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFA5; }

 p { color: rgb(190,255,165); }

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

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

 a { background-color: rgb(190,255,165); }

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

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

 span { border-color: rgb(190,255,165); }

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