#BEF2AD

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

Shades of Madang #BEF2AD

Tints of Madang #BEF2AD

Color information

#BEF2AD (or 0xBEF2AD) is unknown color: approx Madang. HEX triplet: BE, F2 and AD. RGB value is (190,242,173). Sum of RGB (Red+Green+Blue) = 190+242+173=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF2AD is #410D52. Grayscale: #DADADA. Windows color (decimal): -4263251 or 11399870. OLE color: 11399870.

HSL color Cylindrical-coordinate representation of color #BEF2AD: hue angle of 105.22º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEF2AD is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB190242173-
CMYK0.2100.290.05
HSL105.22º72.63%81.37%-
HSV(B)105.22º28.51%94.9%-
XYZ60.5377.4751.3-
YUV218.59102.27107.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=31.40%
G=40%
B=28.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421730.2100.290.05105.2272.6381.37
HexBEF2AD1501D5694951
Octal276362255250355151111121
Binary10111110111100101010110110101011101101110100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2AD; }

 p { color: rgb(190,242,173); }

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

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

 a { background-color: rgb(190,242,173); }

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

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

 span { border-color: rgb(190,242,173); }

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