#BDE0AE

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

Shades of Madang #BDE0AE

Tints of Madang #BDE0AE

Color information

#BDE0AE (or 0xBDE0AE) is unknown color: approx Madang. HEX triplet: BD, E0 and AE. RGB value is (189,224,174). Sum of RGB (Red+Green+Blue) = 189+224+174=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0AE is #421F51. Grayscale: #D0D0D0. Windows color (decimal): -4333394 or 11460797. OLE color: 11460797.

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

Color convert

RGB189224174-
CMYK0.1600.220.12
HSL102º44.64%78.04%-
HSV(B)102º22.32%87.84%-
XYZ55.2867.1950.1-
YUV207.84108.9114.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 224 (87.89% from 255) = 38.16%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=32.20%
G=38.16%
B=29.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241740.1600.220.1210244.6478.04
HexBDE0AE10016C662d4e
Octal275340256200261414655116
Binary10111101111000001010111010000010110110011001101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0AE; }

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

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

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

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

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

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

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

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