#BDE0A8

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

Shades of Madang #BDE0A8

Tints of Madang #BDE0A8

Color information

#BDE0A8 (or 0xBDE0A8) is unknown color: approx Madang. HEX triplet: BD, E0 and A8. RGB value is (189,224,168). Sum of RGB (Red+Green+Blue) = 189+224+168=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0A8 is #421F57. Grayscale: #CFCFCF. Windows color (decimal): -4333400 or 11067581. OLE color: 11067581.

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

Color convert

RGB189224168-
CMYK0.1600.250.12
HSL97.5º47.46%76.86%-
HSV(B)97.5º25%87.84%-
XYZ54.7166.9647.09-
YUV207.15105.9115.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 224 (87.89% from 255) = 38.55%
BLUE value IS 168 (66.02% from 255) = 28.92%
R=32.53%
G=38.55%
B=28.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241680.1600.250.1297.547.4676.86
HexBDE0A810019C622f4d
Octal275340250200311414257115
Binary10111101111000001010100010000011001110011000101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0A8; }

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

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

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

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

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

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

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

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