#BEFAA2

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

Shades of Madang #BEFAA2

Tints of Madang #BEFAA2

Color information

#BEFAA2 (or 0xBEFAA2) is unknown color: approx Madang. HEX triplet: BE, FA and A2. RGB value is (190,250,162). Sum of RGB (Red+Green+Blue) = 190+250+162=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAA2 is #41055D. Grayscale: #DEDEDE. Windows color (decimal): -4261214 or 10681022. OLE color: 10681022.

HSL color Cylindrical-coordinate representation of color #BEFAA2: hue angle of 100.91º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEFAA2 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB190250162-
CMYK0.2400.350.02
HSL100.91º89.8%80.78%-
HSV(B)100.91º35.2%98.04%-
XYZ61.9481.9346.73-
YUV222.0394.12105.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 162 (63.67% from 255) = 26.91%
R=31.56%
G=41.53%
B=26.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501620.2400.350.02100.9189.880.78
HexBEFAA2180232655a51
Octal276372242300432145132121
Binary10111110111110101010001011000010001110110010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAA2; }

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

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

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

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

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

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

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

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