#BDE0A7

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

Shades of Madang #BDE0A7

Tints of Madang #BDE0A7

Color information

#BDE0A7 (or 0xBDE0A7) is unknown color: approx Madang. HEX triplet: BD, E0 and A7. RGB value is (189,224,167). Sum of RGB (Red+Green+Blue) = 189+224+167=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0A7 is #421F58. Grayscale: #CFCFCF. Windows color (decimal): -4333401 or 11002045. OLE color: 11002045.

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

Color convert

RGB189224167-
CMYK0.1600.250.12
HSL96.84º47.9%76.67%-
HSV(B)96.84º25.45%87.84%-
XYZ54.6266.9246.6-
YUV207.04105.4115.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 167 (65.62% from 255) = 28.79%
R=32.59%
G=38.62%
B=28.79%

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
Decimal1892241670.1600.250.1296.8447.976.67
HexBDE0A710019C61304d
Octal275340247200311414160115
Binary10111101111000001010011110000011001110011000011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0A7; }

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

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

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

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

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

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

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

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