#BDDFA9

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

Shades of Madang #BDDFA9

Tints of Madang #BDDFA9

Color information

#BDDFA9 (or 0xBDDFA9) is unknown color: approx Madang. HEX triplet: BD, DF and A9. RGB value is (189,223,169). Sum of RGB (Red+Green+Blue) = 189+223+169=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFA9 is #422056. Grayscale: #CECECE. Windows color (decimal): -4333655 or 11132861. OLE color: 11132861.

HSL color Cylindrical-coordinate representation of color #BDDFA9: hue angle of 97.78º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDDFA9 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB189223169-
CMYK0.1500.240.13
HSL97.78º45.76%76.86%-
HSV(B)97.78º24.22%87.45%-
XYZ54.5466.4647.49-
YUV206.68106.74115.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 169 (66.41% from 255) = 29.09%
R=32.53%
G=38.38%
B=29.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231690.1500.240.1397.7845.7676.86
HexBDDFA9F018D622e4d
Octal275337251170301514256115
Binary1011110111011111101010011111011000110111000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFA9; }

 p { color: rgb(189,223,169); }

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

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

 a { background-color: rgb(189,223,169); }

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

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

 span { border-color: rgb(189,223,169); }

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