#BDFAB6

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

Shades of Madang #BDFAB6

Tints of Madang #BDFAB6

Color information

#BDFAB6 (or 0xBDFAB6) is unknown color: approx Madang. HEX triplet: BD, FA and B6. RGB value is (189,250,182). Sum of RGB (Red+Green+Blue) = 189+250+182=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAB6 is #420549. Grayscale: #E0E0E0. Windows color (decimal): -4326730 or 11991741. OLE color: 11991741.

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

Color convert

RGB189250182-
CMYK0.2400.270.02
HSL113.82º87.18%84.71%-
HSV(B)113.82º27.2%98.04%-
XYZ63.6282.5756.84-
YUV224.01104.29103.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=30.43%
G=40.26%
B=29.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501820.2400.270.02113.8287.1884.71
HexBDFAB61801B2725755
Octal275372266300332162127125
Binary1011110111111010101101101100001101110111001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAB6; }

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

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

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

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

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

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

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

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