#BDF1AC

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

Shades of Madang #BDF1AC

Tints of Madang #BDF1AC

Color information

#BDF1AC (or 0xBDF1AC) is unknown color: approx Madang. HEX triplet: BD, F1 and AC. RGB value is (189,241,172). Sum of RGB (Red+Green+Blue) = 189+241+172=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1AC is #420E53. Grayscale: #D9D9D9. Windows color (decimal): -4329044 or 11334077. OLE color: 11334077.

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

Color convert

RGB189241172-
CMYK0.2200.290.05
HSL105.22º71.13%80.98%-
HSV(B)105.22º28.63%94.51%-
XYZ59.8976.7150.68-
YUV217.59102.27107.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 241 (94.53% from 255) = 40.03%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=31.40%
G=40.03%
B=28.57%

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
Decimal1892411720.2200.290.05105.2271.1380.98
HexBDF1AC1601D5694751
Octal275361254260355151107121
Binary10111101111100011010110010110011101101110100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1AC; }

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

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

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

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

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

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

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

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