#BDFDA2

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

Shades of Madang #BDFDA2

Tints of Madang #BDFDA2

Color information

#BDFDA2 (or 0xBDFDA2) is unknown color: approx Madang. HEX triplet: BD, FD and A2. RGB value is (189,253,162). Sum of RGB (Red+Green+Blue) = 189+253+162=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFDA2 is #42025D. Grayscale: #DFDFDF. Windows color (decimal): -4325982 or 10681789. OLE color: 10681789.

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

Color convert

RGB189253162-
CMYK0.2500.360.01
HSL102.2º95.79%81.37%-
HSV(B)102.2º35.97%99.22%-
XYZ62.6383.6847.03-
YUV223.4993.3103.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 253 (99.22% from 255) = 41.89%
BLUE value IS 162 (63.67% from 255) = 26.82%
R=31.29%
G=41.89%
B=26.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531620.2500.360.01102.295.7981.37
HexBDFDA2190241666051
Octal275375242310441146140121
Binary1011110111111101101000101100101001001110011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDA2; }

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

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

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

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

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

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

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

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