#BEF8AA

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

Shades of Madang #BEF8AA

Tints of Madang #BEF8AA

Color information

#BEF8AA (or 0xBEF8AA) is unknown color: approx Madang. HEX triplet: BE, F8 and AA. RGB value is (190,248,170). Sum of RGB (Red+Green+Blue) = 190+248+170=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF8AA is #410755. Grayscale: #DEDEDE. Windows color (decimal): -4261718 or 11204798. OLE color: 11204798.

HSL color Cylindrical-coordinate representation of color #BEF8AA: hue angle of 104.62º degrees, saturation: 0.85, 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 #BEF8AA is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB190248170-
CMYK0.2300.310.03
HSL104.62º84.78%81.96%-
HSV(B)104.62º31.45%97.25%-
XYZ62.0680.9850.39-
YUV221.7798.78105.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 248 (97.27% from 255) = 40.79%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=31.25%
G=40.79%
B=27.96%

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
Decimal1902481700.2300.310.03104.6284.7881.96
HexBEF8AA1701F3695552
Octal276370252270373151125122
Binary1011111011111000101010101011101111111110100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8AA; }

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

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

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

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

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

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

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

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