#BDF6AC

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

Shades of Madang #BDF6AC

Tints of Madang #BDF6AC

Color information

#BDF6AC (or 0xBDF6AC) is unknown color: approx Madang. HEX triplet: BD, F6 and AC. RGB value is (189,246,172). Sum of RGB (Red+Green+Blue) = 189+246+172=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF6AC is #420953. Grayscale: #DCDCDC. Windows color (decimal): -4327764 or 11335357. OLE color: 11335357.

HSL color Cylindrical-coordinate representation of color #BDF6AC: hue angle of 106.22º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDF6AC is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB189246172-
CMYK0.2300.300.04
HSL106.22º80.43%81.96%-
HSV(B)106.22º30.08%96.47%-
XYZ61.3979.7151.18-
YUV220.52100.62105.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 246 (96.48% from 255) = 40.53%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=31.14%
G=40.53%
B=28.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461720.2300.300.04106.2280.4381.96
HexBDF6AC1701E46a5052
Octal275366254270364152120122
Binary10111101111101101010110010111011110100110101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6AC; }

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

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

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

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

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

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

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

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