#BEFFA2

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

Shades of Madang #BEFFA2

Tints of Madang #BEFFA2

Color information

#BEFFA2 (or 0xBEFFA2) is unknown color: approx Madang. HEX triplet: BE, FF and A2. RGB value is (190,255,162). Sum of RGB (Red+Green+Blue) = 190+255+162=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFA2 is #41005D. Grayscale: #E1E1E1. Windows color (decimal): -4259934 or 10682302. OLE color: 10682302.

HSL color Cylindrical-coordinate representation of color #BEFFA2: hue angle of 101.94º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEFFA2 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB190255162-
CMYK0.2500.360
HSL101.94º100%81.76%-
HSV(B)101.94º36.47%100%-
XYZ63.5285.0847.26-
YUV224.9692.47103.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 162 (63.67% from 255) = 26.69%
R=31.30%
G=42.01%
B=26.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551620.2500.360101.9410081.76
HexBEFFA2190240666452
Octal276377242310440146144122
Binary1011111011111111101000101100101001000110011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFA2; }

 p { color: rgb(190,255,162); }

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

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

 a { background-color: rgb(190,255,162); }

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

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

 span { border-color: rgb(190,255,162); }

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