#BEF1AC

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

Shades of Madang #BEF1AC

Tints of Madang #BEF1AC

Color information

#BEF1AC (or 0xBEF1AC) is unknown color: approx Madang. HEX triplet: BE, F1 and AC. RGB value is (190,241,172). Sum of RGB (Red+Green+Blue) = 190+241+172=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF1AC is #410E53. Grayscale: #DADADA. Windows color (decimal): -4263508 or 11334078. OLE color: 11334078.

HSL color Cylindrical-coordinate representation of color #BEF1AC: hue angle of 104.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEF1AC is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB190241172-
CMYK0.2100.290.05
HSL104.35º71.13%80.98%-
HSV(B)104.35º28.63%94.51%-
XYZ60.1476.8450.69-
YUV217.88102.1108.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=31.51%
G=39.97%
B=28.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411720.2100.290.05104.3571.1380.98
HexBEF1AC1501D5684751
Octal276361254250355150107121
Binary10111110111100011010110010101011101101110100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1AC; }

 p { color: rgb(190,241,172); }

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

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

 a { background-color: rgb(190,241,172); }

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

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

 span { border-color: rgb(190,241,172); }

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