#BDFCA4

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

Shades of Madang #BDFCA4

Tints of Madang #BDFCA4

Color information

#BDFCA4 (or 0xBDFCA4) is unknown color: approx Madang. HEX triplet: BD, FC and A4. RGB value is (189,252,164). Sum of RGB (Red+Green+Blue) = 189+252+164=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFCA4 is #42035B. Grayscale: #DFDFDF. Windows color (decimal): -4326236 or 10812605. OLE color: 10812605.

HSL color Cylindrical-coordinate representation of color #BDFCA4: hue angle of 102.95º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDFCA4 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB189252164-
CMYK0.2500.350.01
HSL102.95º93.62%81.57%-
HSV(B)102.95º34.92%98.82%-
XYZ62.583.1247.87-
YUV223.1394.63103.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 252 (98.83% from 255) = 41.65%
BLUE value IS 164 (64.45% from 255) = 27.11%
R=31.24%
G=41.65%
B=27.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892521640.2500.350.01102.9593.6281.57
HexBDFCA4190231675e52
Octal275374244310431147136122
Binary1011110111111100101001001100101000111110011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCA4; }

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

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

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

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

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

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

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

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