#BDFAB1

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

Shades of Madang #BDFAB1

Tints of Madang #BDFAB1

Color information

#BDFAB1 (or 0xBDFAB1) is unknown color: approx Madang. HEX triplet: BD, FA and B1. RGB value is (189,250,177). Sum of RGB (Red+Green+Blue) = 189+250+177=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAB1 is #42054E. Grayscale: #DFDFDF. Windows color (decimal): -4326735 or 11664061. OLE color: 11664061.

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

Color convert

RGB189250177-
CMYK0.2400.290.02
HSL110.14º87.95%83.73%-
HSV(B)110.14º29.2%98.04%-
XYZ63.1182.3654.17-
YUV223.44101.79103.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 177 (69.53% from 255) = 28.73%
R=30.68%
G=40.58%
B=28.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501770.2400.290.02110.1487.9583.73
HexBDFAB11801D26e5854
Octal275372261300352156130124
Binary1011110111111010101100011100001110110110111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAB1; }

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

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

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

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

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

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

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

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