#BDFAB4

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

Shades of Madang #BDFAB4

Tints of Madang #BDFAB4

Color information

#BDFAB4 (or 0xBDFAB4) is unknown color: approx Madang. HEX triplet: BD, FA and B4. RGB value is (189,250,180). Sum of RGB (Red+Green+Blue) = 189+250+180=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAB4 is #42054B. Grayscale: #E0E0E0. Windows color (decimal): -4326732 or 11860669. OLE color: 11860669.

HSL color Cylindrical-coordinate representation of color #BDFAB4: hue angle of 112.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDFAB4 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB189250180-
CMYK0.2400.280.02
HSL112.29º87.5%84.31%-
HSV(B)112.29º28%98.04%-
XYZ63.4182.4955.76-
YUV223.78103.29103.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 180 (70.70% from 255) = 29.08%
R=30.53%
G=40.39%
B=29.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501800.2400.280.02112.2987.584.31
HexBDFAB41801C2705854
Octal275372264300342160130124
Binary1011110111111010101101001100001110010111000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAB4; }

 p { color: rgb(189,250,180); }

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

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

 a { background-color: rgb(189,250,180); }

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

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

 span { border-color: rgb(189,250,180); }

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