#BDFDA4

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

Shades of Madang #BDFDA4

Tints of Madang #BDFDA4

Color information

#BDFDA4 (or 0xBDFDA4) is unknown color: approx Madang. HEX triplet: BD, FD and A4. RGB value is (189,253,164). Sum of RGB (Red+Green+Blue) = 189+253+164=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDA4 is #42025B. Grayscale: #E0E0E0. Windows color (decimal): -4325980 or 10812861. OLE color: 10812861.

HSL color Cylindrical-coordinate representation of color #BDFDA4: hue angle of 103.15º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDFDA4 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB189253164-
CMYK0.2500.350.01
HSL103.15º95.7%81.76%-
HSV(B)103.15º35.18%99.22%-
XYZ62.8183.7547.98-
YUV223.7294.3103.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 253 (99.22% from 255) = 41.75%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=31.19%
G=41.75%
B=27.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531640.2500.350.01103.1595.781.76
HexBDFDA4190231676052
Octal275375244310431147140122
Binary1011110111111101101001001100101000111110011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDA4; }

 p { color: rgb(189,253,164); }

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

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

 a { background-color: rgb(189,253,164); }

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

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

 span { border-color: rgb(189,253,164); }

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