#BDF1AA

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

Shades of Madang #BDF1AA

Tints of Madang #BDF1AA

Color information

#BDF1AA (or 0xBDF1AA) is unknown color: approx Madang. HEX triplet: BD, F1 and AA. RGB value is (189,241,170). Sum of RGB (Red+Green+Blue) = 189+241+170=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1AA is #420E55. Grayscale: #D9D9D9. Windows color (decimal): -4329046 or 11203005. OLE color: 11203005.

HSL color Cylindrical-coordinate representation of color #BDF1AA: hue angle of 103.94º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDF1AA is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB189241170-
CMYK0.2200.290.05
HSL103.94º71.72%80.59%-
HSV(B)103.94º29.46%94.51%-
XYZ59.776.6349.68-
YUV217.36101.27107.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 170 (66.80% from 255) = 28.33%
R=31.5%
G=40.17%
B=28.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411700.2200.290.05103.9471.7280.59
HexBDF1AA1601D5684851
Octal275361252260355150110121
Binary10111101111100011010101010110011101101110100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1AA; }

 p { color: rgb(189,241,170); }

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

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

 a { background-color: rgb(189,241,170); }

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

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

 span { border-color: rgb(189,241,170); }

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