#BDE7AE

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

Shades of Madang #BDE7AE

Tints of Madang #BDE7AE

Color information

#BDE7AE (or 0xBDE7AE) is unknown color: approx Madang. HEX triplet: BD, E7 and AE. RGB value is (189,231,174). Sum of RGB (Red+Green+Blue) = 189+231+174=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE7AE is #421851. Grayscale: #D4D4D4. Windows color (decimal): -4331602 or 11462589. OLE color: 11462589.

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

Color convert

RGB189231174-
CMYK0.1800.250.09
HSL104.21º54.29%79.41%-
HSV(B)104.21º24.68%90.59%-
XYZ57.271.0350.74-
YUV211.94106.59111.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 231 (90.62% from 255) = 38.89%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=31.82%
G=38.89%
B=29.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311740.1800.250.09104.2154.2979.41
HexBDE7AE12019968364f
Octal275347256220311115066117
Binary10111101111001111010111010010011001100111010001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7AE; }

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

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

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

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

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

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

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

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