#BEF5AE

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

Shades of Madang #BEF5AE

Tints of Madang #BEF5AE

Color information

#BEF5AE (or 0xBEF5AE) is unknown color: approx Madang. HEX triplet: BE, F5 and AE. RGB value is (190,245,174). Sum of RGB (Red+Green+Blue) = 190+245+174=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF5AE is #410A51. Grayscale: #DCDCDC. Windows color (decimal): -4262482 or 11466174. OLE color: 11466174.

HSL color Cylindrical-coordinate representation of color #BEF5AE: hue angle of 106.48º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEF5AE is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB190245174-
CMYK0.2200.290.04
HSL106.48º78.02%82.16%-
HSV(B)106.48º28.98%96.08%-
XYZ61.5379.3152.11-
YUV220.46101.78106.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 245 (96.09% from 255) = 40.23%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=31.20%
G=40.23%
B=28.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902451740.2200.290.04106.4878.0282.16
HexBEF5AE1601D46a4e52
Octal276365256260354152116122
Binary10111110111101011010111010110011101100110101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5AE; }

 p { color: rgb(190,245,174); }

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

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

 a { background-color: rgb(190,245,174); }

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

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

 span { border-color: rgb(190,245,174); }

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