#BDE1A5

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

Shades of Madang #BDE1A5

Tints of Madang #BDE1A5

Color information

#BDE1A5 (or 0xBDE1A5) is unknown color: approx Madang. HEX triplet: BD, E1 and A5. RGB value is (189,225,165). Sum of RGB (Red+Green+Blue) = 189+225+165=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE1A5 is #421E5A. Grayscale: #CFCFCF. Windows color (decimal): -4333147 or 10871229. OLE color: 10871229.

HSL color Cylindrical-coordinate representation of color #BDE1A5: hue angle of 96º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDE1A5 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB189225165-
CMYK0.1600.270.12
HSL96º50%76.47%-
HSV(B)96º26.67%88.24%-
XYZ54.767.3945.72-
YUV207.4104.07114.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 165 (64.84% from 255) = 28.50%
R=32.64%
G=38.86%
B=28.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251650.1600.270.12965076.47
HexBDE1A51001BC60324c
Octal275341245200331414062114
Binary10111101111000011010010110000011011110011000001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1A5; }

 p { color: rgb(189,225,165); }

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

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

 a { background-color: rgb(189,225,165); }

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

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

 span { border-color: rgb(189,225,165); }

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