#BEE1AE

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

Shades of Madang #BEE1AE

Tints of Madang #BEE1AE

Color information

#BEE1AE (or 0xBEE1AE) is unknown color: approx Madang. HEX triplet: BE, E1 and AE. RGB value is (190,225,174). Sum of RGB (Red+Green+Blue) = 190+225+174=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE1AE is #411E51. Grayscale: #D0D0D0. Windows color (decimal): -4267602 or 11461054. OLE color: 11461054.

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

Color convert

RGB190225174-
CMYK0.1600.230.12
HSL101.18º45.95%78.24%-
HSV(B)101.18º22.67%88.24%-
XYZ55.867.8550.2-
YUV208.72108.4114.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=32.26%
G=38.20%
B=29.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251740.1600.230.12101.1845.9578.24
HexBEE1AE10017C652e4e
Octal276341256200271414556116
Binary10111110111000011010111010000010111110011001011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1AE; }

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

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

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

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

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

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

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

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