#BEFFA1

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

Shades of Madang #BEFFA1

Tints of Madang #BEFFA1

Color information

#BEFFA1 (or 0xBEFFA1) is unknown color: approx Madang. HEX triplet: BE, FF and A1. RGB value is (190,255,161). Sum of RGB (Red+Green+Blue) = 190+255+161=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFA1 is #41005E. Grayscale: #E1E1E1. Windows color (decimal): -4259935 or 10616766. OLE color: 10616766.

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

Color convert

RGB190255161-
CMYK0.2500.370
HSL101.49º100%81.57%-
HSV(B)101.49º36.86%100%-
XYZ63.4385.0446.79-
YUV224.8591.97103.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 161 (63.28% from 255) = 26.57%
R=31.35%
G=42.08%
B=26.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551610.2500.370101.4910081.57
HexBEFFA1190250656452
Octal276377241310450145144122
Binary1011111011111111101000011100101001010110010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFA1; }

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

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

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

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

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

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

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

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