#BDFBA6

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

Shades of Madang #BDFBA6

Tints of Madang #BDFBA6

Color information

#BDFBA6 (or 0xBDFBA6) is unknown color: approx Madang. HEX triplet: BD, FB and A6. RGB value is (189,251,166). Sum of RGB (Red+Green+Blue) = 189+251+166=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFBA6 is #420459. Grayscale: #DFDFDF. Windows color (decimal): -4326490 or 10943421. OLE color: 10943421.

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

Color convert

RGB189251166-
CMYK0.2500.340.02
HSL103.76º91.4%81.76%-
HSV(B)103.76º33.86%98.43%-
XYZ62.3782.5748.73-
YUV222.7795.96103.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 166 (65.23% from 255) = 27.39%
R=31.19%
G=41.42%
B=27.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511660.2500.340.02103.7691.481.76
HexBDFBA6190222685b52
Octal275373246310422150133122
Binary10111101111110111010011011001010001010110100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBA6; }

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

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

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

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

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

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

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

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