#BEFBA1

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

Shades of Madang #BEFBA1

Tints of Madang #BEFBA1

Color information

#BEFBA1 (or 0xBEFBA1) is unknown color: approx Madang. HEX triplet: BE, FB and A1. RGB value is (190,251,161). Sum of RGB (Red+Green+Blue) = 190+251+161=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFBA1 is #41045E. Grayscale: #DEDEDE. Windows color (decimal): -4260959 or 10615742. OLE color: 10615742.

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

Color convert

RGB190251161-
CMYK0.2400.360.02
HSL100.67º91.84%80.78%-
HSV(B)100.67º35.86%98.43%-
XYZ62.1782.5146.37-
YUV222.593.29104.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 161 (63.28% from 255) = 26.74%
R=31.56%
G=41.69%
B=26.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511610.2400.360.02100.6791.8480.78
HexBEFBA1180242655c51
Octal276373241300442145134121
Binary10111110111110111010000111000010010010110010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBA1; }

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

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

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

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

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

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

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

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