#BDFBA2

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

Shades of Madang #BDFBA2

Tints of Madang #BDFBA2

Color information

#BDFBA2 (or 0xBDFBA2) is unknown color: approx Madang. HEX triplet: BD, FB and A2. RGB value is (189,251,162). Sum of RGB (Red+Green+Blue) = 189+251+162=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFBA2 is #42045D. Grayscale: #DEDEDE. Windows color (decimal): -4326494 or 10681277. OLE color: 10681277.

HSL color Cylindrical-coordinate representation of color #BDFBA2: hue angle of 101.8º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDFBA2 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB189251162-
CMYK0.2500.350.02
HSL101.8º91.75%80.98%-
HSV(B)101.8º35.46%98.43%-
XYZ62.0182.4246.82-
YUV222.3293.96104.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 162 (63.67% from 255) = 26.91%
R=31.40%
G=41.69%
B=26.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511620.2500.350.02101.891.7580.98
HexBDFBA2190232665c51
Octal275373242310432146134121
Binary10111101111110111010001011001010001110110011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBA2; }

 p { color: rgb(189,251,162); }

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

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

 a { background-color: rgb(189,251,162); }

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

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

 span { border-color: rgb(189,251,162); }

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