#BEF6AA

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

Shades of Madang #BEF6AA

Tints of Madang #BEF6AA

Color information

#BEF6AA (or 0xBEF6AA) is unknown color: approx Madang. HEX triplet: BE, F6 and AA. RGB value is (190,246,170). Sum of RGB (Red+Green+Blue) = 190+246+170=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF6AA is #410955. Grayscale: #DCDCDC. Windows color (decimal): -4262230 or 11204286. OLE color: 11204286.

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

Color convert

RGB190246170-
CMYK0.2300.310.04
HSL104.21º80.85%81.57%-
HSV(B)104.21º30.89%96.47%-
XYZ61.4579.7650.19-
YUV220.5999.45106.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 246 (96.48% from 255) = 40.59%
BLUE value IS 170 (66.80% from 255) = 28.05%
R=31.35%
G=40.59%
B=28.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902461700.2300.310.04104.2180.8581.57
HexBEF6AA1701F4685152
Octal276366252270374150121122
Binary10111110111101101010101010111011111100110100010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6AA; }

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

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

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

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

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

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

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

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