#BDE9A6

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

Shades of Madang #BDE9A6

Tints of Madang #BDE9A6

Color information

#BDE9A6 (or 0xBDE9A6) is unknown color: approx Madang. HEX triplet: BD, E9 and A6. RGB value is (189,233,166). Sum of RGB (Red+Green+Blue) = 189+233+166=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE9A6 is #421659. Grayscale: #D4D4D4. Windows color (decimal): -4331098 or 10938813. OLE color: 10938813.

HSL color Cylindrical-coordinate representation of color #BDE9A6: hue angle of 99.4º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDE9A6 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB189233166-
CMYK0.1900.290.09
HSL99.4º60.36%78.24%-
HSV(B)99.4º28.76%91.37%-
XYZ57.0171.8546.94-
YUV212.21101.92111.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=32.14%
G=39.63%
B=28.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331660.1900.290.0999.460.3678.24
HexBDE9A61301D9633c4e
Octal275351246230351114374116
Binary10111101111010011010011010011011101100111000111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9A6; }

 p { color: rgb(189,233,166); }

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

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

 a { background-color: rgb(189,233,166); }

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

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

 span { border-color: rgb(189,233,166); }

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