#BEF1AE

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

Shades of Madang #BEF1AE

Tints of Madang #BEF1AE

Color information

#BEF1AE (or 0xBEF1AE) is unknown color: approx Madang. HEX triplet: BE, F1 and AE. RGB value is (190,241,174). Sum of RGB (Red+Green+Blue) = 190+241+174=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF1AE is #410E51. Grayscale: #DADADA. Windows color (decimal): -4263506 or 11465150. OLE color: 11465150.

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

Color convert

RGB190241174-
CMYK0.2100.280.05
HSL105.67º70.53%81.37%-
HSV(B)105.67º27.8%94.51%-
XYZ60.3376.9151.71-
YUV218.11103.1107.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=31.40%
G=39.83%
B=28.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411740.2100.280.05105.6770.5381.37
HexBEF1AE1501C56a4751
Octal276361256250345152107121
Binary10111110111100011010111010101011100101110101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1AE; }

 p { color: rgb(190,241,174); }

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

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

 a { background-color: rgb(190,241,174); }

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

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

 span { border-color: rgb(190,241,174); }

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