#BDF9AB

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

Shades of Madang #BDF9AB

Tints of Madang #BDF9AB

Color information

#BDF9AB (or 0xBDF9AB) is unknown color: approx Madang. HEX triplet: BD, F9 and AB. RGB value is (189,249,171). Sum of RGB (Red+Green+Blue) = 189+249+171=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF9AB is #420654. Grayscale: #DEDEDE. Windows color (decimal): -4326997 or 11270589. OLE color: 11270589.

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

Color convert

RGB189249171-
CMYK0.2400.310.02
HSL106.15º86.67%82.35%-
HSV(B)106.15º31.33%97.65%-
XYZ62.2181.5150.98-
YUV222.1799.12104.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=31.03%
G=40.89%
B=28.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491710.2400.310.02106.1586.6782.35
HexBDF9AB1801F26a5752
Octal275371253300372152127122
Binary1011110111111001101010111100001111110110101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9AB; }

 p { color: rgb(189,249,171); }

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

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

 a { background-color: rgb(189,249,171); }

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

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

 span { border-color: rgb(189,249,171); }

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