#BDF3AA

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

Shades of Madang #BDF3AA

Tints of Madang #BDF3AA

Color information

#BDF3AA (or 0xBDF3AA) is unknown color: approx Madang. HEX triplet: BD, F3 and AA. RGB value is (189,243,170). Sum of RGB (Red+Green+Blue) = 189+243+170=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF3AA is #420C55. Grayscale: #DADADA. Windows color (decimal): -4328534 or 11203517. OLE color: 11203517.

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

Color convert

RGB189243170-
CMYK0.2200.300.05
HSL104.38º75.26%80.98%-
HSV(B)104.38º30.04%95.29%-
XYZ60.2977.8249.87-
YUV218.53100.61106.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 243 (95.31% from 255) = 40.37%
BLUE value IS 170 (66.80% from 255) = 28.24%
R=31.40%
G=40.37%
B=28.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431700.2200.300.05104.3875.2680.98
HexBDF3AA1601E5684b51
Octal275363252260365150113121
Binary10111101111100111010101010110011110101110100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3AA; }

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

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

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

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

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

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

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

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