#BDFEA4

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

Shades of Madang #BDFEA4

Tints of Madang #BDFEA4

Color information

#BDFEA4 (or 0xBDFEA4) is unknown color: approx Madang. HEX triplet: BD, FE and A4. RGB value is (189,254,164). Sum of RGB (Red+Green+Blue) = 189+254+164=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEA4 is #42015B. Grayscale: #E0E0E0. Windows color (decimal): -4325724 or 10813117. OLE color: 10813117.

HSL color Cylindrical-coordinate representation of color #BDFEA4: hue angle of 103.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDFEA4 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB189254164-
CMYK0.2600.350.00
HSL103.33º97.83%81.96%-
HSV(B)103.33º35.43%99.61%-
XYZ63.1384.3848.08-
YUV224.393.97102.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 164 (64.45% from 255) = 27.02%
R=31.14%
G=41.85%
B=27.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541640.2600.350.00103.3397.8381.96
HexBDFEA41A0230676252
Octal275376244320430147142122
Binary1011110111111110101001001101001000110110011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEA4; }

 p { color: rgb(189,254,164); }

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

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

 a { background-color: rgb(189,254,164); }

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

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

 span { border-color: rgb(189,254,164); }

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