#BDFAB5

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

Shades of Madang #BDFAB5

Tints of Madang #BDFAB5

Color information

#BDFAB5 (or 0xBDFAB5) is unknown color: approx Madang. HEX triplet: BD, FA and B5. RGB value is (189,250,181). Sum of RGB (Red+Green+Blue) = 189+250+181=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAB5 is #42054A. Grayscale: #E0E0E0. Windows color (decimal): -4326731 or 11926205. OLE color: 11926205.

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

Color convert

RGB189250181-
CMYK0.2400.280.02
HSL113.04º87.34%84.51%-
HSV(B)113.04º27.6%98.04%-
XYZ63.5182.5356.3-
YUV223.9103.79103.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 181 (71.09% from 255) = 29.19%
R=30.48%
G=40.32%
B=29.19%

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
Decimal1892501810.2400.280.02113.0487.3484.51
HexBDFAB51801C2715755
Octal275372265300342161127125
Binary1011110111111010101101011100001110010111000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAB5; }

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

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

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

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

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

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

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

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