#BEFDA2

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

Shades of Madang #BEFDA2

Tints of Madang #BEFDA2

Color information

#BEFDA2 (or 0xBEFDA2) is unknown color: approx Madang. HEX triplet: BE, FD and A2. RGB value is (190,253,162). Sum of RGB (Red+Green+Blue) = 190+253+162=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFDA2 is #41025D. Grayscale: #E0E0E0. Windows color (decimal): -4260446 or 10681790. OLE color: 10681790.

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

Color convert

RGB190253162-
CMYK0.2500.360.01
HSL101.54º95.79%81.37%-
HSV(B)101.54º35.97%99.22%-
XYZ62.8883.8147.04-
YUV223.7993.13103.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 162 (63.67% from 255) = 26.78%
R=31.40%
G=41.82%
B=26.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902531620.2500.360.01101.5495.7981.37
HexBEFDA2190241666051
Octal276375242310441146140121
Binary1011111011111101101000101100101001001110011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDA2; }

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

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

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

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

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

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

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

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