#BED9AE

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

Shades of Madang #BED9AE

Tints of Madang #BED9AE

Color information

#BED9AE (or 0xBED9AE) is unknown color: approx Madang. HEX triplet: BE, D9 and AE. RGB value is (190,217,174). Sum of RGB (Red+Green+Blue) = 190+217+174=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED9AE is #412651. Grayscale: #CCCCCC. Windows color (decimal): -4269650 or 11459006. OLE color: 11459006.

HSL color Cylindrical-coordinate representation of color #BED9AE: hue angle of 97.67º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED9AE is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB190217174-
CMYK0.1200.200.15
HSL97.67º36.13%76.67%-
HSV(B)97.67º19.82%85.1%-
XYZ53.6963.6349.5-
YUV204.02111.05118-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=32.70%
G=37.35%
B=29.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171740.1200.200.1597.6736.1376.67
HexBED9AEC014F62244d
Octal276331256140241714244115
Binary1011111011011001101011101100010100111111000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9AE; }

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

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

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

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

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

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

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

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