#BDFDA0

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

Shades of Madang #BDFDA0

Tints of Madang #BDFDA0

Color information

#BDFDA0 (or 0xBDFDA0) is unknown color: approx Madang. HEX triplet: BD, FD and A0. RGB value is (189,253,160). Sum of RGB (Red+Green+Blue) = 189+253+160=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDA0 is #42025F. Grayscale: #DFDFDF. Windows color (decimal): -4325984 or 10550717. OLE color: 10550717.

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

Color convert

RGB189253160-
CMYK0.2500.370.01
HSL101.29º95.88%80.98%-
HSV(B)101.29º36.76%99.22%-
XYZ62.4683.6146.1-
YUV223.2692.3103.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=31.40%
G=42.03%
B=26.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531600.2500.370.01101.2995.8880.98
HexBDFDA0190251656051
Octal275375240310451145140121
Binary1011110111111101101000001100101001011110010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDA0; }

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

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

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

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

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

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

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

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