#BDFAB3

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

Shades of Madang #BDFAB3

Tints of Madang #BDFAB3

Color information

#BDFAB3 (or 0xBDFAB3) is unknown color: approx Madang. HEX triplet: BD, FA and B3. RGB value is (189,250,179). Sum of RGB (Red+Green+Blue) = 189+250+179=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAB3 is #42054C. Grayscale: #DFDFDF. Windows color (decimal): -4326733 or 11795133. OLE color: 11795133.

HSL color Cylindrical-coordinate representation of color #BDFAB3: hue angle of 111.55º 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 #BDFAB3 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB189250179-
CMYK0.2400.280.02
HSL111.55º87.65%84.12%-
HSV(B)111.55º28.4%98.04%-
XYZ63.3182.4455.22-
YUV223.67102.79103.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 179 (70.31% from 255) = 28.96%
R=30.58%
G=40.45%
B=28.96%

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
Decimal1892501790.2400.280.02111.5587.6584.12
HexBDFAB31801C2705854
Octal275372263300342160130124
Binary1011110111111010101100111100001110010111000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAB3; }

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

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

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

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

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

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

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

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