#BDE7A1

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

Shades of Madang #BDE7A1

Tints of Madang #BDE7A1

Color information

#BDE7A1 (or 0xBDE7A1) is unknown color: approx Madang. HEX triplet: BD, E7 and A1. RGB value is (189,231,161). Sum of RGB (Red+Green+Blue) = 189+231+161=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE7A1 is #42185E. Grayscale: #D2D2D2. Windows color (decimal): -4331615 or 10610621. OLE color: 10610621.

HSL color Cylindrical-coordinate representation of color #BDE7A1: hue angle of 96º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDE7A1 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB189231161-
CMYK0.1800.300.09
HSL96º59.32%76.86%-
HSV(B)96º30.3%90.59%-
XYZ5670.5444.38-
YUV210.46100.09112.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 231 (90.62% from 255) = 39.76%
BLUE value IS 161 (63.28% from 255) = 27.71%
R=32.53%
G=39.76%
B=27.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311610.1800.300.099659.3276.86
HexBDE7A11201E9603b4d
Octal275347241220361114073115
Binary10111101111001111010000110010011110100111000001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7A1; }

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

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

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

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

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

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

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

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