#BEF7AA

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

Shades of Madang #BEF7AA

Tints of Madang #BEF7AA

Color information

#BEF7AA (or 0xBEF7AA) is unknown color: approx Madang. HEX triplet: BE, F7 and AA. RGB value is (190,247,170). Sum of RGB (Red+Green+Blue) = 190+247+170=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF7AA is #410855. Grayscale: #DDDDDD. Windows color (decimal): -4261974 or 11204542. OLE color: 11204542.

HSL color Cylindrical-coordinate representation of color #BEF7AA: hue angle of 104.42º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEF7AA is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB190247170-
CMYK0.2300.310.03
HSL104.42º82.8%81.76%-
HSV(B)104.42º31.17%96.86%-
XYZ61.7580.3750.29-
YUV221.1899.12105.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=31.30%
G=40.69%
B=28.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902471700.2300.310.03104.4282.881.76
HexBEF7AA1701F3685352
Octal276367252270373150123122
Binary1011111011110111101010101011101111111110100010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7AA; }

 p { color: rgb(190,247,170); }

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

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

 a { background-color: rgb(190,247,170); }

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

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

 span { border-color: rgb(190,247,170); }

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