#BDF3AC

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

Shades of Madang #BDF3AC

Tints of Madang #BDF3AC

Color information

#BDF3AC (or 0xBDF3AC) is unknown color: approx Madang. HEX triplet: BD, F3 and AC. RGB value is (189,243,172). Sum of RGB (Red+Green+Blue) = 189+243+172=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF3AC is #420C53. Grayscale: #DADADA. Windows color (decimal): -4328532 or 11334589. OLE color: 11334589.

HSL color Cylindrical-coordinate representation of color #BDF3AC: hue angle of 105.63º degrees, saturation: 0.75, 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 #BDF3AC is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB189243172-
CMYK0.2200.290.05
HSL105.63º74.74%81.37%-
HSV(B)105.63º29.22%95.29%-
XYZ60.4877.950.88-
YUV218.76101.61106.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 243 (95.31% from 255) = 40.23%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=31.29%
G=40.23%
B=28.48%

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
Decimal1892431720.2200.290.05105.6374.7481.37
HexBDF3AC1601D56a4b51
Octal275363254260355152113121
Binary10111101111100111010110010110011101101110101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3AC; }

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

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

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

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

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

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

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

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