#BEFBA2

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

Shades of Madang #BEFBA2

Tints of Madang #BEFBA2

Color information

#BEFBA2 (or 0xBEFBA2) is unknown color: approx Madang. HEX triplet: BE, FB and A2. RGB value is (190,251,162). Sum of RGB (Red+Green+Blue) = 190+251+162=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFBA2 is #41045D. Grayscale: #DEDEDE. Windows color (decimal): -4260958 or 10681278. OLE color: 10681278.

HSL color Cylindrical-coordinate representation of color #BEFBA2: hue angle of 101.12º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEFBA2 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB190251162-
CMYK0.2400.350.02
HSL101.12º91.75%80.98%-
HSV(B)101.12º35.46%98.43%-
XYZ62.2582.5546.84-
YUV222.6193.79104.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 251 (98.44% from 255) = 41.63%
BLUE value IS 162 (63.67% from 255) = 26.87%
R=31.51%
G=41.63%
B=26.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511620.2400.350.02101.1291.7580.98
HexBEFBA2180232655c51
Octal276373242300432145134121
Binary10111110111110111010001011000010001110110010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBA2; }

 p { color: rgb(190,251,162); }

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

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

 a { background-color: rgb(190,251,162); }

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

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

 span { border-color: rgb(190,251,162); }

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