#BEF0AB

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

Shades of Madang #BEF0AB

Tints of Madang #BEF0AB

Color information

#BEF0AB (or 0xBEF0AB) is unknown color: approx Madang. HEX triplet: BE, F0 and AB. RGB value is (190,240,171). Sum of RGB (Red+Green+Blue) = 190+240+171=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF0AB is #410F54. Grayscale: #D9D9D9. Windows color (decimal): -4263765 or 11268286. OLE color: 11268286.

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

Color convert

RGB190240171-
CMYK0.2100.290.06
HSL103.48º69.7%80.59%-
HSV(B)103.48º28.75%94.12%-
XYZ59.7576.2150.09-
YUV217.18101.94108.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=31.61%
G=39.93%
B=28.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401710.2100.290.06103.4869.780.59
HexBEF0AB1501D6674651
Octal276360253250356147106121
Binary10111110111100001010101110101011101110110011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0AB; }

 p { color: rgb(190,240,171); }

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

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

 a { background-color: rgb(190,240,171); }

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

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

 span { border-color: rgb(190,240,171); }

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