#BDFBA0

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

Shades of Madang #BDFBA0

Tints of Madang #BDFBA0

Color information

#BDFBA0 (or 0xBDFBA0) is unknown color: approx Madang. HEX triplet: BD, FB and A0. RGB value is (189,251,160). Sum of RGB (Red+Green+Blue) = 189+251+160=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFBA0 is #42045F. Grayscale: #DEDEDE. Windows color (decimal): -4326496 or 10550205. OLE color: 10550205.

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

Color convert

RGB189251160-
CMYK0.2500.360.02
HSL100.88º91.92%80.59%-
HSV(B)100.88º36.25%98.43%-
XYZ61.8382.3545.89-
YUV222.0992.96104.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 160 (62.89% from 255) = 26.67%
R=31.5%
G=41.83%
B=26.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511600.2500.360.02100.8891.9280.59
HexBDFBA0190242655c51
Octal275373240310442145134121
Binary10111101111110111010000011001010010010110010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBA0; }

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

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

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

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

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

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

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

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