#BEE0AC

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

Shades of Madang #BEE0AC

Tints of Madang #BEE0AC

Color information

#BEE0AC (or 0xBEE0AC) is unknown color: approx Madang. HEX triplet: BE, E0 and AC. RGB value is (190,224,172). Sum of RGB (Red+Green+Blue) = 190+224+172=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE0AC is #411F53. Grayscale: #D0D0D0. Windows color (decimal): -4267860 or 11329726. OLE color: 11329726.

HSL color Cylindrical-coordinate representation of color #BEE0AC: hue angle of 99.23º 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 #BEE0AC is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB190224172-
CMYK0.1500.230.12
HSL99.23º45.61%77.65%-
HSV(B)99.23º23.21%87.84%-
XYZ55.3467.2449.09-
YUV207.91107.74115.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=32.42%
G=38.23%
B=29.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241720.1500.230.1299.2345.6177.65
HexBEE0ACF017C632e4e
Octal276340254170271414356116
Binary1011111011100000101011001111010111110011000111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0AC; }

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

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

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

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

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

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

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

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