#BEFEA5

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

Shades of Madang #BEFEA5

Tints of Madang #BEFEA5

Color information

#BEFEA5 (or 0xBEFEA5) is unknown color: approx Madang. HEX triplet: BE, FE and A5. RGB value is (190,254,165). Sum of RGB (Red+Green+Blue) = 190+254+165=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFEA5 is #41015A. Grayscale: #E1E1E1. Windows color (decimal): -4260187 or 10878654. OLE color: 10878654.

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

Color convert

RGB190254165-
CMYK0.2500.350.00
HSL103.15º97.8%82.16%-
HSV(B)103.15º35.04%99.61%-
XYZ63.4784.5548.57-
YUV224.7294.3103.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 254 (99.61% from 255) = 41.71%
BLUE value IS 165 (64.84% from 255) = 27.09%
R=31.20%
G=41.71%
B=27.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541650.2500.350.00103.1597.882.16
HexBEFEA5190230676252
Octal276376245310430147142122
Binary1011111011111110101001011100101000110110011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEA5; }

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

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

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

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

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

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

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

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