#BDFDA5

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

Shades of Madang #BDFDA5

Tints of Madang #BDFDA5

Color information

#BDFDA5 (or 0xBDFDA5) is unknown color: approx Madang. HEX triplet: BD, FD and A5. RGB value is (189,253,165). Sum of RGB (Red+Green+Blue) = 189+253+165=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDA5 is #42025A. Grayscale: #E0E0E0. Windows color (decimal): -4325979 or 10878397. OLE color: 10878397.

HSL color Cylindrical-coordinate representation of color #BDFDA5: hue angle of 103.64º 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 #BDFDA5 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB189253165-
CMYK0.2500.350.01
HSL103.64º95.65%81.96%-
HSV(B)103.64º34.78%99.22%-
XYZ62.983.7948.45-
YUV223.8394.8103.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 253 (99.22% from 255) = 41.68%
BLUE value IS 165 (64.84% from 255) = 27.18%
R=31.14%
G=41.68%
B=27.18%

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
Decimal1892531650.2500.350.01103.6495.6581.96
HexBDFDA5190231686052
Octal275375245310431150140122
Binary1011110111111101101001011100101000111110100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDA5; }

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

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

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

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

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

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

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

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