#BEE0A5

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

Shades of Madang #BEE0A5

Tints of Madang #BEE0A5

Color information

#BEE0A5 (or 0xBEE0A5) is unknown color: approx Madang. HEX triplet: BE, E0 and A5. RGB value is (190,224,165). Sum of RGB (Red+Green+Blue) = 190+224+165=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE0A5 is #411F5A. Grayscale: #CFCFCF. Windows color (decimal): -4267867 or 10870974. OLE color: 10870974.

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

Color convert

RGB190224165-
CMYK0.1500.260.12
HSL94.58º48.76%76.27%-
HSV(B)94.58º26.34%87.84%-
XYZ54.6866.9845.64-
YUV207.11104.24115.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 165 (64.84% from 255) = 28.50%
R=32.82%
G=38.69%
B=28.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241650.1500.260.1294.5848.7676.27
HexBEE0A5F01AC5f314c
Octal276340245170321413761114
Binary1011111011100000101001011111011010110010111111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0A5; }

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

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

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

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

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

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

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

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