#BEE0AE

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

Shades of Madang #BEE0AE

Tints of Madang #BEE0AE

Color information

#BEE0AE (or 0xBEE0AE) is unknown color: approx Madang. HEX triplet: BE, E0 and AE. RGB value is (190,224,174). Sum of RGB (Red+Green+Blue) = 190+224+174=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE0AE is #411F51. Grayscale: #D0D0D0. Windows color (decimal): -4267858 or 11460798. OLE color: 11460798.

HSL color Cylindrical-coordinate representation of color #BEE0AE: hue angle of 100.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEE0AE is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB190224174-
CMYK0.1500.220.12
HSL100.8º44.64%78.04%-
HSV(B)100.8º22.32%87.84%-
XYZ55.5367.3150.11-
YUV208.13108.74115.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=32.31%
G=38.10%
B=29.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241740.1500.220.12100.844.6478.04
HexBEE0AEF016C652d4e
Octal276340256170261414555116
Binary1011111011100000101011101111010110110011001011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0AE; }

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

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

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

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

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

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

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

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