#BEF0AE

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

Shades of Madang #BEF0AE

Tints of Madang #BEF0AE

Color information

#BEF0AE (or 0xBEF0AE) is unknown color: approx Madang. HEX triplet: BE, F0 and AE. RGB value is (190,240,174). Sum of RGB (Red+Green+Blue) = 190+240+174=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF0AE is #410F51. Grayscale: #D9D9D9. Windows color (decimal): -4263762 or 11464894. OLE color: 11464894.

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

Color convert

RGB190240174-
CMYK0.2100.280.06
HSL105.45º68.75%81.18%-
HSV(B)105.45º27.5%94.12%-
XYZ60.0476.3251.61-
YUV217.53103.44108.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=31.46%
G=39.74%
B=28.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401740.2100.280.06105.4568.7581.18
HexBEF0AE1501C6694551
Octal276360256250346151105121
Binary10111110111100001010111010101011100110110100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0AE; }

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

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

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

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

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

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

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

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