#BDE0A4

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

Shades of Madang #BDE0A4

Tints of Madang #BDE0A4

Color information

#BDE0A4 (or 0xBDE0A4) is unknown color: approx Madang. HEX triplet: BD, E0 and A4. RGB value is (189,224,164). Sum of RGB (Red+Green+Blue) = 189+224+164=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0A4 is #421F5B. Grayscale: #CECECE. Windows color (decimal): -4333404 or 10805437. OLE color: 10805437.

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

Color convert

RGB189224164-
CMYK0.1600.270.12
HSL95º49.18%76.08%-
HSV(B)95º26.79%87.84%-
XYZ54.3466.8145.15-
YUV206.7103.9115.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 224 (87.89% from 255) = 38.82%
BLUE value IS 164 (64.45% from 255) = 28.42%
R=32.76%
G=38.82%
B=28.42%

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
Decimal1892241640.1600.270.129549.1876.08
HexBDE0A41001BC5f314c
Octal275340244200331413761114
Binary10111101111000001010010010000011011110010111111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0A4; }

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

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

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

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

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

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

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

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