#BDE8AE

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

Shades of Madang #BDE8AE

Tints of Madang #BDE8AE

Color information

#BDE8AE (or 0xBDE8AE) is unknown color: approx Madang. HEX triplet: BD, E8 and AE. RGB value is (189,232,174). Sum of RGB (Red+Green+Blue) = 189+232+174=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE8AE is #421751. Grayscale: #D4D4D4. Windows color (decimal): -4331346 or 11462845. OLE color: 11462845.

HSL color Cylindrical-coordinate representation of color #BDE8AE: hue angle of 104.48º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE8AE is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB189232174-
CMYK0.1900.250.09
HSL104.48º55.77%79.61%-
HSV(B)104.48º25%90.98%-
XYZ57.4871.5950.83-
YUV212.53106.25111.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 232 (91.02% from 255) = 38.99%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=31.76%
G=38.99%
B=29.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321740.1900.250.09104.4855.7779.61
HexBDE8AE130199683850
Octal275350256230311115070120
Binary10111101111010001010111010011011001100111010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8AE; }

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

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

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

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

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

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

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

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